Bool Findfirst(Lpctstr Lpszpattern, Bstr Far* Pbstrfullqualname); Bool Findnext(Bstr Far* Pbstrfullqualname) - Symantec 14541094 - pcAnywhere Host & Remote Manual

Ole automation guide
Hide thumbs Also See for 14541094 - pcAnywhere Host & Remote:
Table of Contents

Advertisement

72 Visual C++ object definitions
CRemoteDataManager methods
BOOL FindFirst(LPCTSTR lpszPattern, BSTR FAR*
pbstrFullQualName);

BOOL FindNext(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-5
BOOL FindFirst parameters
Parameter
LPCTSTR lpszPattern
BSTR FAR * pbstrFullQualName
Table 3-6
defines the return value.
Table 3-6
BOOL FindFirst return value
Return value
BOOL
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-7
BOOL FindNext parameter
Parameter
BSTR FAR * pbstrFullQualName
Description
File name pattern to filter object files (an asterisk [*]
finds all files in the current directory)
Return buffer for the full path name of the remote
object file that matches the specified pattern
Description
TRUE if a remote object file matching the specified
pattern is found. The full path name of the matching
file is stored in pbstrFullQualName.
Description
Return buffer for the full path name of the remote
object file that matches the pattern specified in the
original call to FindFirst()

Advertisement

Table of Contents
loading

This manual is also suitable for:

PcanywherePcanywhere - v 12.0 automation guide

Table of Contents