Fovia's C++ Client/Server API
Public Attributes | List of all members
HDRCCLIENT_CONFIGURATION_INFO Struct Reference

Public Attributes

char StreamPluginLocal [512]
 
char StreamPluginRemote [512]
 

Detailed Description

Object that describes the configuration information for the client. See hdrcclientOpenLibraryEx2() for usage.

Member Data Documentation

char HDRCCLIENT_CONFIGURATION_INFO::StreamPluginLocal[512]

The path to the DLL responsible for transfering data when the connection is to the local machine.

char HDRCCLIENT_CONFIGURATION_INFO::StreamPluginRemote[512]

The path to the DLL responsible for transfering data when the connection is not to the local machine.