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.

17 lines
628 B

  1. /*****************************************************************************\
  2. FILE: EnumUnknown.h
  3. DESCRIPTION:
  4. This code will implement IEnumUnknown for an HDPA.
  5. BryanSt 5/30/2000 Updated and Converted to C++
  6. Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
  7. \*****************************************************************************/
  8. #ifndef _ENUMUNKNOWN_H
  9. #define _ENUMUNKNOWN_H
  10. HRESULT CEnumUnknown_CreateInstance(IN IUnknown * punkOwner, IN IUnknown ** ppArray, IN int nArraySize, IN int nIndex, OUT IEnumUnknown ** ppEnumUnknown);
  11. #endif // _ENUMUNKNOWN_H