CDataPathProperty( COleControl* pControl );
CDataPathProperty( LPCTSTR lpszPath, COleControl* pControl );
Parameters
pControl
A pointer to the OLE control object to be associated with this CDataPathProperty object.
lpszPath
The path, which may be absolute or relative, used to create an asynchronous moniker that references the actual absolute location of the property. CDataPathProperty uses URLs, not filenames. If you want a CDataPathProperty object for a file, prepend file://
to the path.
Remarks
Constructs a CDataPathProperty object. The COleControl object pointed to by pControl is used by Open and retrieved by derived classes. If pControl is NULL, the control used with Open should be set with SetControl. If lpszPath is NULL, you can pass in the path through Open or set it with SetPath.
CDataPathProperty Overview | Class Members | Hierarchy Chart
See Also CDataPathProperty::Open, CDataPathProperty::SetControl