VLSserverInfo Struct
typedef struct {
char identifier[VLS_MAX_NAME_LEN];
char inBuf[VLS_MAX_BUF_LEN];
char outBuf[VLS_MAX_BUF_LEN];
} VLSserverInfo;
Member | Description |
---|---|
identifier |
The name of the License Manager hook which the user wants to call. |
inBuf |
String passed to the License Manager. |
outBuf |
String returned by the License Manager. |
See Also: