Searched refs:hmq (Results 1 – 3 of 3) sorted by relevance
519 int (*DestroyMsgQueue)(unsigned long hmq);528 unsigned long (*CancelShutdown)(unsigned long hmq, unsigned long fCancelAlways);
7441 static HMQ hmq; variable7458 hmq = WinCreateMsgQueue(hab, 64); in morph_PM()7459 WinCancelShutdown(hmq, 1); /* Do not inform us on shutdown */ in morph_PM()7464 WinDestroyMsgQueue(hmq); in unmorph_PM()
2016 To get an C<HMQ>, the extension should call C<hmq = perl_hmq_GET(serve)> in C.2017 After this call is performed, C<hmq> may be accessed as C<Perl_hmq>.