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