|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
USEROBJECTFLAGS
The USEROBJECTFLAGS structure contains information about a window station or desktop handle.
typedef struct tagUSEROBJECTFLAGS {
BOOL fInherit;
BOOL fReserved;
DWORD dwFlags;
} USEROBJECTFLAGS;
Members
fInherit
Specifies whether the handle is inherited when a new process is created. If
this member is TRUE, new processes will inherit the handle.
fReserved
Reserved for future use. This member must be FALSE.
dwFlags
For window stations, this member can contain the following window station
attribute flag:
Value
| Description
| WSF_VISIBLE
| Window station has visible display surfaces.
|
For desktops, the dwFlags member can contain the following desktop control flag:
Value
| Description
| DF_ALLOWOTHERACCOUNTHOOK
| Allows processes running in other accounts on the desktop to set hooks in this
process.
|
See Also
CreateDesktop, GetUserObjectInformation, OpenDesktop, OpenInputDesktop, SetUserObjectInformation
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|