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.

27 lines
669 B

  1. //----------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000.
  5. //
  6. // File: umi2nt.hxx
  7. //
  8. // Contents: Header for routines to convert from NT objects to UMI_PROPERTY
  9. // structures.
  10. //
  11. // History: 02-28-00 SivaramR Created.
  12. //
  13. //----------------------------------------------------------------------------
  14. #ifndef __NT2UMI_H__
  15. #define __NT2UMI_H__
  16. HRESULT WinNTTypeToUmi(
  17. LPNTOBJECT pNtObject,
  18. DWORD dwNumValues,
  19. UMI_PROPERTY *pPropArray,
  20. LPVOID pExistingMem,
  21. DWORD dwMemSize,
  22. UMI_TYPE UmiType
  23. );
  24. #endif // __NT2UMI_H__