NtUpdateWnfStateData
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern "C" | |
NTSTATUS | |
NTAPI | |
NtUpdateWnfStateData( | |
_In_ PWNF_STATE_NAME StateName, | |
_In_reads_bytes_opt_(Length) const VOID * Buffer, | |
_In_opt_ ULONG Length, | |
_In_opt_ PCWNF_TYPE_ID TypeId, | |
_In_opt_ const PVOID ExplicitScope, | |
_In_ WNF_CHANGE_STAMP MatchingChangeStamp, | |
_In_ ULONG CheckStamp | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment