Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
373 B

  1. typedef struct _spec_buffer{
  2. DWORD dwSize;
  3. LPBYTE pMem;
  4. } SPEC_BUFFER, *PSPEC_BUFFER;
  5. DWORD
  6. UnmarshallWirelessPolicyObject(
  7. PWIRELESS_POLICY_OBJECT pWirelessPolicyObject,
  8. DWORD dwStoreType,
  9. PWIRELESS_POLICY_DATA * ppWirelessPolicyData
  10. );