Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
BSMINFO (Structures)
.
C# Definition:
struct BSMINFO {
public uint cbSize;
public IntPtr hdesk;
public IntPtr hwnd;
public LUID luid;
}
User-Defined Field Types:
None.
Notes:
cbSize
Size, in bytes, of this structure.
hdesk
Desktop handle to the window specified by hwnd. This is returned only if BroadcastSystemMessageEx specifies BSF_RETURNHDESK and BSF_QUERY.
hwnd
Handle to the window that denied the request. This is returned if BroadcastSystemMessageEx specifies BSF_QUERY.