 |
GetUserObjectInformation ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetUserObjectInformation function retrieves information about a window station or desktop object. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetUserObjectInformation(
HANDLE hObj, // handle to object
int nIndex, // type of information to retrieve
PVOID pvInfo, // information buffer
DWORD nLength, // size of the buffer
LPDWORD lpnLengthNeeded // receives required buffer size
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetUserObjectInformation IN user32;
INTEGER hObj,;
INTEGER nIndex,;
STRING @ pvInfo,;
INTEGER nLength,;
INTEGER @ lpnLengthNeeded
|
 |
 |
 |
| Parameters: |
 |
hObj
[in] Handle to the window station or desktop object for which to return information.
nIndex
[in] Specifies the object information to be retrieved.
pvInfo
[out] Pointer to a buffer to receive the object information.
nLength
[in] Specifies the size, in bytes, of the buffer pointed to by the pvInfo parameter.
lpnLengthNeeded
[out] Pointer to a variable receiving the number of bytes required to store the requested information. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the GetUserObjectInformation : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-02 18:23:09 | | Modified: | 2002-01-02 18:25:25 | Visited in last 7 days: 12 |