Home |
RTTarget-32 Programming Manual Function RTHandleInfo Function RTSetDLLNameTranslation System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTHandleInfoFunction RTHandleInfo can calculate the degree to which the Win32 handle tables are being used: void RTHandleInfo(int * FreeHandles, int * FreeObjects, int * FreeTypes); ParametersFreeHandlesPointer to an integer to receive the number of available handles. FreeObjectsPointer to an integer to receive the number of available objects. FreeTypesPointer to an integer to receive the number of available handle types. Use this function to analyze the handle requirements of an application at run time and to adjust the tables' sizes appropriately. See Win32 Handles for details.
|