|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Functions | |
| NTSTATUS | ApiSetResolveToHost (_In_ DWORD ApisetVersion, _In_ PCUNICODE_STRING ApiToResolve, _Out_ PBOOLEAN Resolved, _Out_ PUNICODE_STRING Output) |
Variables | |
| const ULONGLONG | API_ = (ULONGLONG)0x2D004900500041 |
| const ULONGLONG | EXT_ = (ULONGLONG)0x2D005400580045 |
| L"API-". | |
| WORD | PrefixSize = sizeof(L"api-") - sizeof(WCHAR) |
| L"EXT-";. | |
| WORD | ExtensionSize = sizeof(L".dll") - sizeof(WCHAR) |
| NTSTATUS ApiSetResolveToHost | ( | _In_ DWORD | ApisetVersion, |
| _In_ PCUNICODE_STRING | ApiToResolve, | ||
| _Out_ PBOOLEAN | Resolved, | ||
| _Out_ PUNICODE_STRING | Output | ||
| ) |
Definition at line 32 of file apisets.c.
Referenced by LdrpApplyFileNameRedirection(), resolve_fail_single(), and resolve_single().
Definition at line 13 of file apisets.c.
Referenced by ApiSetResolveToHost().
Definition at line 17 of file apisets.c.
Referenced by ApiSetResolveToHost(), CreateSoundDevice(), CreateSoundDeviceWithDefaultName(), KsCreateDevice(), PciIdeXInitialize(), and RxAllocateObject().
L"EXT-";.
Definition at line 16 of file apisets.c.
Referenced by ApiSetResolveToHost(), and MupAllocatePrefixEntry().