ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <olectl.h>
Public Attributes | |
ULONG | cbStructSize |
HWND | hWndOwner |
int | x |
int | y |
LPCOLESTR | lpszCaption |
ULONG | cObjects |
LPUNKNOWN * | lplpUnk |
ULONG | cPages |
CLSID * | lpPages |
LCID | lcid |
DISPID | dispidInitialProperty |
ULONG tagOCPFIPARAMS::cbStructSize |
Definition at line 102 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
ULONG tagOCPFIPARAMS::cObjects |
Definition at line 107 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
ULONG tagOCPFIPARAMS::cPages |
Definition at line 109 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
DISPID tagOCPFIPARAMS::dispidInitialProperty |
Definition at line 112 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
HWND tagOCPFIPARAMS::hWndOwner |
Definition at line 103 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
LCID tagOCPFIPARAMS::lcid |
Definition at line 111 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
LPUNKNOWN* tagOCPFIPARAMS::lplpUnk |
Definition at line 108 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
CLSID* tagOCPFIPARAMS::lpPages |
Definition at line 110 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
LPCOLESTR tagOCPFIPARAMS::lpszCaption |
Definition at line 106 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
int tagOCPFIPARAMS::x |
Definition at line 104 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().
int tagOCPFIPARAMS::y |
Definition at line 105 of file olectl.h.
Referenced by OleCreatePropertyFrame(), and OleCreatePropertyFrameIndirect().