|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Typedefs | |
| typedef void * | DLL_DIRECTORY_COOKIE |
| typedef void ** | PDLL_DIRECTORY_COOKIE |
| typedef void* DLL_DIRECTORY_COOKIE |
Definition at line 26 of file libloaderapi.h.
| typedef void ** PDLL_DIRECTORY_COOKIE |
Definition at line 26 of file libloaderapi.h.
| WINBASEAPI DLL_DIRECTORY_COOKIE WINAPI AddDllDirectory | ( | const WCHAR * | dir | ) |
Definition at line 188 of file loader.c.
Referenced by init_pointers().
| WINBASEAPI INT WINAPI FindStringOrdinal | ( | DWORD | flag, |
| const WCHAR * | src, | ||
| INT | src_size, | ||
| const WCHAR * | val, | ||
| INT | val_size, | ||
| BOOL | ignore_case | ||
| ) |
Definition at line 5254 of file locale.c.
| WINBASEAPI BOOL WINAPI RemoveDllDirectory | ( | DLL_DIRECTORY_COOKIE | cookie | ) |
Definition at line 593 of file loader.c.
Referenced by init_pointers().
| WINBASEAPI BOOL WINAPI SetDefaultDllDirectories | ( | DWORD | flags | ) |
Definition at line 602 of file loader.c.
Referenced by init_pointers().