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