table of contents
other versions
- wheezy 1.4.1-4
GlobalFlags16(3w) | Wine API | GlobalFlags16(3w) |
NAME¶
GlobalFlags16 (KRNL386.22)SYNOPSIS¶
UINT16 GlobalFlags16(
HGLOBAL16 handle
)
PARAMS¶
[In] Handle of global memory object.DESCRIPTION¶
Get information about a global memory object.NOTES¶
Should this return GMEM_INVALID_HANDLE instead of 0 on invalid handle?.RETURNS¶
Value specifying flags and lock count GMEM_INVALID_HANDLE: Invalid handleIMPLEMENTATION¶
Declared in "wine/winbase16.h". Implemented in "dlls/krnl386.exe16/global.c". Debug channel "global".Oct 2012 | Wine API |