Leaked source code of windows server 2003
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.

24 lines
667 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 UMI_PROPERTY structures to
  9. // NT objects that can be stored in the cache.
  10. //
  11. // History: 02-28-00 SivaramR Created.
  12. //
  13. //----------------------------------------------------------------------------
  14. #ifndef __UMI2NT_H__
  15. #define __UMI2NT_H__
  16. HRESULT UmiToWinNTType(
  17. DWORD dwSyntaxId,
  18. UMI_PROPERTY *pPropArray,
  19. LPNTOBJECT *ppNtObjects
  20. );
  21. #endif // __UMI2NT_H__