Lpdispatch Createobject(Lpctstr Lpszname); Lpdispatch Createobjectex(Lpctstr Lpszname) - Symantec PCANYWHERE - OLE AUTOMATION GUIDE V12.1 Manual

Ole automation guide
Table of Contents

Advertisement

90 Visual C++ object definitions
CHostDataManager methods

LPDISPATCH CreateObject(LPCTSTR lpszName);

LPDISPATCH CreateObjectEx(LPCTSTR lpszName);

Creates a CHostData object and returns an LPDISPATCH pointer to it.
Table 3-41
defines the parameter.
Table 3-41
LPDISPATCH CreateObject parameter
Parameter
LPCTSTR lpszFQName
Table 3-42
defines the return value.
Table 3-42
LPDISPATCH CreateObject return value
Return value
LPDISPATCH
Creates a CHostDataEx object and returns an LPDISPATCH pointer to it.
Table 3-43
defines the parameter.
Table 3-43
LPDISPATCH CreateObjectEx parameter
Parameter
LPCTSTR lpszFQName
Table 3-44
defines the return value.
Table 3-44
LPDISPATCH CreateObjectEx return value
Return value
LPDISPATCH
Description
The fully qualified host object file name for the new
object
Description
Pointer to an OLE dispatch object. The object is a
CHostData object.
For an example of how to attach this pointer to a
CHostData object, see
"Visual C++ sample code for
host functionality"
on page 103.
Description
The fully qualified host object file name for the new
object
Description
Pointer to an OLE dispatch object. The object is a
CHostDataEx object.
For an example of how to attach this pointer to a
CHostDataEx object, see
host functionality"
on page 103.
"Visual C++ sample code for

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere v12.1

Table of Contents