This function registers a callback function to be invoked if establishing a KVM session fails before handing over control to the RFB protocol. The calling application should implement the following prototype function:
typedef int (CALL_FUNC *StatusCallback)(ConnectionStatus status, unsigned int clientID);
void KVM_RegisterStatusCallback
(
StatusCallback statusCallback
);
Function Parameters
Field |
Input/Output |
Value or Description |
statusCallback |
Input |
Reference to the callback function. |
Function Return Status
None
Copyright © 2006-2022, Intel Corporation. All rights reserved. |