ReactOS 0.4.16-dev-852-gcfcc8d8
|
Go to the source code of this file.
Macros | |
#define | APISET_WIN7 (1 << 0) |
#define | APISET_WIN8 (1 << 1) |
#define | APISET_WIN81 (1 << 2) |
#define | APISET_WIN10 (1 << 3) |
Functions | |
NTSTATUS | ApiSetResolveToHost (_In_ DWORD ApisetVersion, _In_ PCUNICODE_STRING ApiToResolve, _Out_ PBOOLEAN Resolved, _Out_ PUNICODE_STRING Output) |
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().