Skip to content

Instantly share code, notes, and snippets.

@alexplaskett
Created July 15, 2021 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexplaskett/2531bb474618d8dfea32148ac0074956 to your computer and use it in GitHub Desktop.
Save alexplaskett/2531bb474618d8dfea32148ac0074956 to your computer and use it in GitHub Desktop.
NtUpdateWnfStateData
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