GetPartInfo
TheGetPartInfomethod returns the part info data for this frame.
ODInfoType GetPartInfo ();
- return value
- The part info data for this frame.
DISCUSSION
Your part calls its display frame'sGetPartInfomethod to retrieve any part-specific information it has stored there.You should cast the return value to a pointer to your part's own representation of the data.
SEE ALSO
TheODInfoTypetype (page 883).
TheODFacet::GetPartInfomethod (page 248).
TheODFrame::SetPartInfomethod (page 336).
Listing 2-10 on page 56 in OpenDoc Cookbook.
Listing 2-26 on page 76 in OpenDoc Cookbook.
Listing 2-28 on page 82 in OpenDoc Cookbook.
"Part Info" on page 156 in OpenDoc Programmer's Guide.