IsServerSideWindow

Go to Home Page

Returns whether a window has a wndproc that resides in kernel mode

Syntax

BOOL WINAPI IsServerSideWindow (
    HWND hwnd
)

Parameters

hwnd
The window to investigate

Return Value

Nonzero if the windows' wndproc is in kernel code, zero otherwise

Remarks

The investigation is made by testing the bServerSideWindowProc bit of the windows' tagWND struct.