get_resource_ptr
Applications may load individual pointers on demand, or load all pointers during initialization. The pointer will remain valid whenever the application is active.
- Syntax: char far * get_resource_ptr(int handle)
- Parameters: int handle - A unique two-byte handle
- Returns: Pointer to the handle specified by handle NULL on failure
- Comments: The Resource Editor provides a means of generating header files
(for both C and Assembly Languages) used to maintain manifest constants
for these handles.