OLEUILINKPROPS
This
structure is used to initialize the Link tab of the Object Properties dialog
box. A reference to it is passed in as part of the OLEUIOBJECTPROPS
// These IN fields are standard across all OLEUI
property pages.
typedef struct tagOLEUILINKPROPSW
{
// These IN fields are standard across all OLEUI
property pages.
DWORD cbStruct;
DWORD dwFlags;
DWORD dwReserved1[2];
LPFNOLEUIHOOK lpfnHook;
LPARAM lCustData;
DWORD dwReserved2[3];
struct
tagOLEUIOBJECTPROPSW* lpOP;
} OLEUILINKPROPSW, *POLEUILINKPROPSW, FAR*
LPOLEUILINKPROPSW;
Members
cbStruct
Size of the
structure in bytes.
dwFlags
Contains
in/out flags specific to the Links page.
dwReserved1[2]
Reserved for
future use.
lpfnHook
Pointer to
the hook callback (not used in this dialog box).
lCustData
Custom data
to pass to hook (not used in this dialog box).
dwReserved2[3]
Reserved for
future use.
lpOP
Used
internally.
See Also