The Proxy Blanket Object - COMGO Programming Interface

Document Path: Home Page / Programming / COMGO / Interfaces / Proxy Blanket Object  
Properties AuthnLevel AuthnSvc AuthzSvc Capabilities Domain ImpersonationLevel Password ServerPrincName User
Methods ApplyToObject CreateRemoteObject
Properties

AuthnLevel

Value ULONG
Access Get, Put
Notes
Initial value is RPC_C_AUTHN_LEVEL_PKT

AuthnSvc

Value ULONG
Access Get, Put
Notes
Initial value is RPC_C_AUTHN_WINNT

AuthzSvc

Value ULONG
Access Get, Put
Notes
Initial value is RPC_C_AUTHZ_NONE

Capabilities

Value ULONG
Access Get, Put
Notes
Initial value is EOAC_NONE

Domain

Value BSTR (name or IP address of the remote computer)
Access Get, Put
Notes

ImpersonationLevel

Value ULONG
Access Get, Put
Notes
Initial value is RPC_C_IMP_LEVEL_IMPERSONATE

Password

Value BSTR
Access Get, Put
Notes

ServerPrincName

Value VARIANT
Access Get, Put
Notes
Initial value is COLE_DEFAULT_PRINCIPAL

User

Value BSTR
Access Get, Put
Notes
Methods

ApplyToObject

Return Value
Arguments:
  • Object
Notes
This method must be called for each interface derived from the object created by 'CreateRemoteObject'. 

CreateRemoteObject

Return Value Object
Arguments:
  • BSTR classID (CLASSID or ProgID of the object to be created)
Notes