public static extern NtStatus NtQueryWnfStateData( ref WnfStateName StateName, ref WnfTypeId TypeId, IntPtr ExplicitScope, uint ChangeStamp, IntPtr Buffer, out int BufferSize );
public static extern NtStatus NtCreateWnfStateName( ref WnfStateName StateName, WnfStateNameLifetime NameLifetime, WnfDataScope DataScope, bool PersistData, ref WnfTypeId TypeId, uint MaximumStateSize, SafeBuffer SecurityDescriptor );
public static extern NtStatus NtCreateWnfStateName( ref WnfStateName StateName, WnfStateNameLifetime NameLifetime, WnfDataScope DataScope, bool PersistData, ref WnfTypeId TypeId, uint MaximumStateSize, IntPtr SecurityDescriptor );
public static extern NtStatus NtDeleteWnfStateName( ref WnfStateName StateName );