ImQueryMsgQueueProperty
An application can get the default way of instance association, whether IME-per-frame wayor IME-per-msgq way.
Format:
APIRET APIENTRY ImQueryMsgQueueProperty(HMQ hmq, PULONG pulFlag)
Parameters:
hmq(input)
┌──────────────────────────────┬──────────────────────────────────────────────────┐ │value │description │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │MQP_INSTANCE_PERMQ │The default IM Instance is created per Message │ │ │Queue │ ├──────────────────────────────┼──────────────────────────────────────────────────┤ │MQP_INSTANCE_PERFRAME │The default IM Instance is created per frame │ │ │window │ └──────────────────────────────┴──────────────────────────────────────────────────┘Return: