GDI File, Module, and Process Services
GDI provides a variety of services for file, module, and process manipulation.
Function | Description |
---|---|
Deletes a file. |
|
Returns the address of a function within an executable module. |
|
Determines the location of a resource in a module. |
|
Unmaps a file from system memory. |
|
Gets the ID of the current process. |
|
Gets the ID of the current thread. |
|
Returns the time a file was last written to. |
|
Determines the file path associated with the specified font file. |
|
Retrieves a handle to the current client process. |
|
Loads the specified executable image into kernel-mode memory. |
|
Loads the specified data module into system memory for reading. |
|
Loads the specified executable module into system memory for writing. |
|
Creates or opens a file and maps it into system space. |
|
Obsolete. See the entry in this table for EngMapFontFileFD. |
|
Maps a font file into system memory, if necessary, and returns a pointer to the base location of the font data in the file. |
|
Returns the address and size of an executable file that was loaded by EngLoadModule. |
|
Returns the time stamp of a file. |
|
Unloads an image loaded by EngLoadModule. |
|
Unmaps the view of a file from system space. |
|
Obsolete. See the entry in this table for EngUnmapFontFileFD. |
|
Unmaps the specified font file from system memory. |