* lib/mqrt.def: New file.
Needs the mq.h file to work properly, working on it. Thanks to: Pascal Obry <pobry at users dot sf dot net>
This commit is contained in:
parent
e159a2ade2
commit
024d48dff7
|
@ -1,3 +1,9 @@
|
||||||
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
|
* lib/mqrt.def: New file.
|
||||||
|
Needs the mq.h file to work properly, working on it.
|
||||||
|
Thanks to: Pascal Obry <pobry at users dot sf dot net>
|
||||||
|
|
||||||
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winerror.h (STG_E_*): Define.
|
* include/winerror.h (STG_E_*): Define.
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
LIBRARY MQRT.DLL
|
||||||
|
EXPORTS
|
||||||
|
MQBeginTransaction@4
|
||||||
|
MQCloseCursor@4
|
||||||
|
MQCloseQueue@4
|
||||||
|
MQCreateCursor@8
|
||||||
|
MQCreateInternalCert@4
|
||||||
|
MQCreateQueue@16
|
||||||
|
MQDeleteInternalCert@0
|
||||||
|
MQDeleteQueue@4
|
||||||
|
MQFreeMemory@4
|
||||||
|
MQFreeSecurityContext@4
|
||||||
|
MQGetInternalCert@4
|
||||||
|
MQGetInternalCertificate@12
|
||||||
|
MQGetMachineProperties@12
|
||||||
|
MQGetQueueProperties@8
|
||||||
|
MQGetQueueSecurity@20
|
||||||
|
MQGetSecurityContext@12
|
||||||
|
MQGetUserCerts@12
|
||||||
|
MQHandleToFormatName@12
|
||||||
|
MQInstanceToFormatName@12
|
||||||
|
MQLocateBegin@20
|
||||||
|
MQLocateEnd@4
|
||||||
|
MQLocateNext@12
|
||||||
|
MQOpenQueue@16
|
||||||
|
MQPathNameToFormatName@12
|
||||||
|
MQPurgeQueue@4
|
||||||
|
MQReceiveMessage@32
|
||||||
|
MQRegisterUserCert@4
|
||||||
|
MQRemoveUserCert@4
|
||||||
|
MQSendMessage@12
|
||||||
|
MQSetQueueProperties@8
|
||||||
|
MQSetQueueSecurity@12
|
Loading…
Reference in New Issue