Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this member function to set the pathname of the property.
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.
Requirements
Header: afxctl.h
See Also
Reference
CDataPathProperty::CDataPathProperty