[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GlobalData( hGlobal, cString )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<hGlobal> The handle that identifies the global memory area where the
data will be stored. This handle is returned from
GlobalAlloc().
<cString> is the string to be stored
DESCRIPTION:
GlobalData() stores ( string ) data in Windows global memory heap. You
have to allocate a appropriate memory block before using the Function
GlobalAlloc() before, and you must release the data with
GlobalFree() when you don't need it any more.
SOURCE:
SOURCE\WINAPI\MEM.C
See Also:
GlobalAlloc
GlobalFree
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson