CCPSRendering/intrface.cpp File Reference

Implements COM interface for User Mode Printer Customization DLL. Based on intrface.cpp Printer Driver Rendering Plugin Sample by Microsoft Corporation. More...

#include "precomp.h"
#include <INITGUID.H>
#include <PRCOMOEM.H>
#include "oemps.h"
#include "debug.h"
#include "intrface.h"
#include "CCCommon.h"
Include dependency graph for intrface.cpp:

Go to the source code of this file.

Classes

class  IOemCF
 OEM class factory. More...

Functions

STDAPI DllCanUnloadNow ()
STDAPI DllGetClassObject (const CLSID &clsid, const IID &iid, void **ppv)

Detailed Description

Implements COM interface for User Mode Printer Customization DLL. Based on intrface.cpp Printer Driver Rendering Plugin Sample by Microsoft Corporation.

Definition in file intrface.cpp.


Function Documentation

STDAPI DllCanUnloadNow (  ) 
Returns:
S_OK if we can unload (not locked and has no created objects), S_FALSE otherwise

Definition at line 566 of file intrface.cpp.

STDAPI DllGetClassObject ( const CLSID &  clsid,
const IID &  iid,
void **  ppv 
)
Parameters:
clsid OLE class ID for the object (factory)
iid Reference to the interface ID for the created object
ppv Pointer to the interface pointer to be filled
Returns:
S_OK if created successfully, error code otherwise

Definition at line 585 of file intrface.cpp.

References IOemCF::QueryInterface().


Generated on Mon Jun 18 12:40:17 2012 for CC PDF Converter by doxygen 1.6.1