#ifndef _NTWMI_H typedef struct _WMI_TXR { LONGLONG InitialTime; GUID TxRGUID; ULONG Status; ULONG UowCount; WCHAR Hive[1]; } WMI_TXR, *PWMI_TXR; #endif View code on GitHub
No description available.