Group: Message and Message Queue - Library: mqrt
HRESULT APIENTRY MQHandleToFormatName(
QUEUEHANDLE hQueue,
LPWSTR lpwcsFormatName,
LPDWORD lpdwCount
); DECLARE INTEGER MQHandleToFormatName IN mqrt;
INTEGER hQueue,;
STRING @lpwcsFormatName,;
INTEGER @lpdwCount hQueue [in] Handle to the queue or subqueue.
lpwcsFormatName [out] Buffer to receive the format name for the queue.
lpdwCount [in, out] On input, specifies the length of the lpwcsFormatName buffer (in Unicode characters).
MQ_OK (0) indicates success.
On output, lpdwCount indicates the length of the returned format name string, including the null-terminating character.
See also: MQPathNameToFormatName, MQOpenQueue.
Home