IPViewItemCreator.h File Reference

Interface for PViewItemCreator. More...

#include "PFExport.h"
#include "..\ifnpub.h"

Go to the source code of this file.

Classes

class   IPViewItemCreator

Defines

#define  PVIEWITEMCREATOR_INTERFACE   Interface_ID(0x74f93d0b, 0x1eb34500)
#define  GetPViewItemCreatorInterface(obj)   (IPViewItemCreator*)(obj->GetInterface(PVIEWITEMCREATOR_INTERFACE))

Detailed Description

Interface for PViewItemCreator.

A ClassDesc2 should implement the interface to be able to create PViewItems in the Pview.

Definition in file IPViewItemCreator.h.


Define Documentation

#define PVIEWITEMCREATOR_INTERFACE   Interface_ID(0x74f93d0b, 0x1eb34500)

Definition at line 20 of file IPViewItemCreator.h.

#define GetPViewItemCreatorInterface (   obj )    (IPViewItemCreator*)(obj->GetInterface(PVIEWITEMCREATOR_INTERFACE))

Definition at line 22 of file IPViewItemCreator.h.