CDataPathProperty::SetPath

void SetPath( LPCTSTR lpszPath );

Parameters

lpszPath

A path, which may be absolute or relative, to the property being loaded asynchronously. CDataPathProperty uses URLs, not filenames. If you want a CDataPathProperty object for a file, prepend file:// to the path.

Remarks

Call this member function to set the pathname of the property.

CDataPathProperty OverviewClass MembersHierarchy Chart

See Also   CDataPathProperty::GetPath, CDataPathProperty::SetControl, CDataPathProperty::CDataPathProperty