home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
adsi
/
sampprov
/
cprovcf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-29
|
415 b
|
33 lines
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
CProvCf.h
Abstract:
Class Factory for Provider Object
Author:
Environment:
User mode
Revision History :
--*/
#ifndef _CPROVCF_H_
#define _CPROVCF_H_
class CSampleDSProviderCF : public StdClassFactory
{
public:
STDMETHOD(CreateInstance)(IUnknown * pUnkOuter, REFIID iid, LPVOID * ppv);
};
#endif