72 Visual C++ object definitions
CRemoteDataManager methods
BOOL FindFirst(LPCTSTR lpszPattern, BSTR FAR*
pbstrFullQualName);
Finds the first pcAnywhere remote object file (*.chf) in the current directory,
based on the specified file name pattern.
Table 3-5
defines the parameters.
Table 3-6
defines the return value.
BOOL FindNext(BSTR FAR* pbstrFullQualName);
After FindFirst() has been successfully called to get the name of a remote object
file in the current directory, FindNext() can be called to find the next file that
matches the pattern, if any.
Table 3-7
defines the parameter.
Table 3-5
BOOL FindFirst parameters
Parameter
Description
LPCTSTR lpszPattern
File name pattern to filter object files (an asterisk [*]
finds all files in the current directory)
BSTR FAR * pbstrFullQualName
Return buffer for the full path name of the remote
object file that matches the specified pattern
Table 3-6
BOOL FindFirst return value
Return value
Description
BOOL
TRUE if a remote object file matching the specified
pattern is found. The full path name of the matching
file is stored in pbstrFullQualName.
Table 3-7
BOOL FindNext parameter
Parameter
Description
BSTR FAR * pbstrFullQualName
Return buffer for the full path name of the remote
object file that matches the pattern specified in the
original call to FindFirst()
Summary of Contents for PCANYWHERE - OLE AUTOMATION GUIDE V12.1
Page 1: ...Symantec pcAnywhere OLE Automation Guide ...
Page 6: ......
Page 18: ...18 Using OLE Automation with Symantec pcAnywhere Where to find more information ...
Page 68: ...68 Visual Basic object definitions Awrem32 functions ...
Page 108: ...108 Visual C object definitions Awrem32 functions ...
Page 112: ...112 Index ...