NAME

GlobalLock16  (KERNEL32.25)

SYNOPSIS

 LPVOID GlobalLock16
 (
  HGLOBAL16 handle
 )

PARAMS

[In] Handle of global memory object.

DESCRIPTION

This is the GlobalLock16 function used by 32-bit code.

RETURNS

Pointer to first byte of memory block

NULL: Failure

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/kernel32/global16.c". source.winehq.org/source/dlls/kernel32/global16.c

Debug channel "global".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.