Go to the source code of this file.
◆ GetUserObjectInformationA()
Definition at line 37 of file object.c.
43{
47
48 TRACE(
"GetUserObjectInformationA(%x %d %x %d %x)\n", hObj, nIndex,
49 pvInfo,
nLength, lpnLengthNeeded);
50
53
54
57 {
60 }
61
62
64 {
65
68
70 {
71 if (lpnLengthNeeded)
74 }
75 }
76
77
80}
#define ERROR_NOT_ENOUGH_MEMORY
#define HeapFree(x, y, z)
#define WideCharToMultiByte
_Must_inspect_result_ _In_ PFILE_OBJECT _In_ SECURITY_INFORMATION _In_ ULONG _Out_opt_ PULONG LengthNeeded
BOOL WINAPI GetUserObjectInformationW(_In_ HANDLE hObj, _In_ int nIndex, _Out_writes_bytes_opt_(nLength) PVOID pvInfo, _In_ DWORD nLength, _Out_opt_ LPDWORD lpnLengthNeeded)
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
user32 |
| ) |
|