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.

24 lines
437 B

  1. /*
  2. * clsfact.h - IClassFactory implementation.
  3. */
  4. #ifdef __cplusplus
  5. extern "C" { /* Assume C declarations for C++. */
  6. #endif /* __cplusplus */
  7. /* Prototypes
  8. *************/
  9. /* clsfact.cpp */
  10. extern ULONG DLLAddRef(void);
  11. extern ULONG DLLRelease(void);
  12. extern PULONG GetDLLRefCountPtr(void);
  13. #ifdef __cplusplus
  14. } /* End of extern "C" {. */
  15. #endif /* __cplusplus */