Function: GlobalAlloc

Module location: globmem.pkg line 34 (view source)
HandleGlobalAlloc(Integer Flags dWord Bytes)
The GlobalAlloc function allocates the specified number of bytes from the heap. The 'Flags' parameter specifies how to allocate memory. If zero is specified, the default is GMEM_FIXED. Except for the incompatible combinations that are specifically noted, any combination of the following flags can be used. To indicate whether the function allocates fixed or movable memory, specify one of the first four flags.

References (10):

ModuleContaining SymbolLine
CrystalReport.pkgUXFCharSeparatedOptions1830
CrystalReport.pkgUXFCommaTabSeparatedOptions1851
CrystalReport.pkgUXFDIFOptions1872
CrystalReport.pkgUXFRecordStyleOptions1893
CrystalReport.pkgUXFHTML3Options1912
CrystalReport.pkgUXFHTML3Options1922
CrystalReport.pkgExportToDisk2022
CrystalReport.pkgExportToMAPI2075
Prnt_dlg.pkgInitDevMode559
Prnt_dlg.pkgInitDevNames658