.386p CODE32 SEGMENT DWORD PUBLIC USE32 'CODE' EXTRN PrfQueryProfileData:PROC PUBLIC _PrfQueryProfileData _PrfQueryProfileData PROC NEAR push fs mov eax, 0150bh mov fs, eax push dword ptr [esp+24] push dword ptr [esp+24] push dword ptr [esp+24] push dword ptr [esp+24] push dword ptr [esp+24] call PrfQueryProfileData add esp, 20 pop fs ret _PrfQueryProfileData ENDP CODE32 ENDS END