windows-nt/Source/XPSP1/NT/shell/ext/url/clsfact.h

25 lines
437 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* clsfact.h - IClassFactory implementation.
*/
#ifdef __cplusplus
extern "C" { /* Assume C declarations for C++. */
#endif /* __cplusplus */
/* Prototypes
*************/
/* clsfact.cpp */
extern ULONG DLLAddRef(void);
extern ULONG DLLRelease(void);
extern PULONG GetDLLRefCountPtr(void);
#ifdef __cplusplus
} /* End of extern "C" {. */
#endif /* __cplusplus */