613-518-1166 info@zimdatabases.com

ZIM Development Center (DC) for Zim 7

pActionQueue

< All Topics

pActionQueue

Get items from the Message Queue. Initialize the Message Queue.

Syntax

pActionQueue ( in vlOperation,
               inout vlAction,
               inout vlWindowName )

Parameters

vlOperation

A string with the value “GET”, “PEEK”, or “INIT”.

vlAction

The action returned for either the “GET” or “PEEK” operations.

vlWindowName

The window name returned for either the “GET” or “PEEK” operations.

Comments

The pActionQueue function is a front end to pMessageQueue providing an easier to use interface to the “GET”, “PEEK”, and “INIT” operations. The “GET” operation gets the next action from the Message Queue and returns the action and the window for which the action is intended. The “PEEK” operation is similar to “GET” but it leaves the action on the queue. The “INIT” operation initializes the Message Queue.

Uses

pMessageQueue

Used By

pGetAction

pPostActionQueue

pValidateAction

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents