The following tables list the members exposed by HdaGenericServer.
Name | Description | |
---|---|---|
HdaGenericServer Constructor |
Name | Description | |
---|---|---|
CoInitForThread | This methods needs to be called before a thread executes the first client callback. | |
DefineCallbacks | This method is called from the generic server to pass the references to the client callback wrapper methods. | |
DefineCallbacksPE | Professional Edition only. This method is called from the generic server to pass the references to the client callback wrapper methods for Playback, Update and Annotaions handling. | |
OnCancelComplete | This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Async Cancel. | |
OnDataChange | This method makes callbacks to the client though the generic server. It is to be used to return data from Async AdviseRaw and Async AdviseProcessed. | |
OnInsertAnnotations | This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Annotations Insert requests. | |
OnPlayback | This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Playback requests. | |
OnReadAnnotations | This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Annotation Read requests. | |
OnReadAttributeComplete | This method makes callbacks to the client though the generic server. It is to be used to return data from Async ReadAttribute | |
OnReadComplete | This method makes callbacks to the client though the generic server. It is to be used to return data from Async ReadRaw, Async ReadProcessed, and Async ReadAtTime. | |
OnReadModifiedComplete | This method makes callbacks to the client though the generic server. It is to be used to return data from Async ReadModified | |
OnUpdateComplete | This method makes callbacks to the client though the generic server. It is to be used to notify the client on completion of Update requests. | |
UndefineCallbacks | This method is called from the generic server to inactivate the reference to the client callback wrapper methods. |