Implementation of interface for PScript UI plugin based on intrface.cpp Printer Driver UI Plugin Sample by Microsoft Corporation. More...
#include "precomp.h"#include <INITGUID.H>#include <PRCOMOEM.H>#include "oemui.h"#include "debug.h"#include "intrface.h"
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) |
Implementation of interface for PScript UI plugin based on intrface.cpp Printer Driver UI Plugin Sample by Microsoft Corporation.
Definition in file intrface.cpp.
| STDAPI DllCanUnloadNow | ( | void | ) |
Definition at line 546 of file intrface.cpp.
| STDAPI DllGetClassObject | ( | const CLSID & | clsid, | |
| const IID & | iid, | |||
| void ** | ppv | |||
| ) |
| 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 |
Definition at line 567 of file intrface.cpp.
References IOemCF::QueryInterface().
1.6.1