Identity
Overview
Related Modules:
Description:
Identifies a service and feature.
You can use this structure to identity a IUnknown feature to which messages will be sent through the asynchronous function of IUnknown.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| serviceId | int16 |
| featureId | int16 |
| queueId | MQueueId |
Details
Field Documentation
featureId
1. int16 Identity::featureId
Description:
Feature ID
queueId
1. MQueueId Identity::queueId
Description:
Message queue ID
serviceId
1. int16 Identity::serviceId
Description:
Service ID
