Re: GetQueueStatus() Attn Al Getz

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> 
> 
> >Note you'll need to call xGetQueueStatus() instead of "win:GetQueueStatus"
> >from the old WinLib lib.
> 
> 
> Where do I get GetQueueStatus()?
> 
> Don Cole
> SF
> 

Hi Don,

'GetQueueStatus()' is in one of the dll's that ships with Windows.
You'll need to add it to the links i think are in Win32r.ew like this:

(under the other constants list like this)
xGetQueueStatus=linkFunc(user32,"GetQueueStatus",{C_UINT},C_ULONG)

maybe somewhere around line 462 or so.
Remember that with a constant's list like that you'll need commas
to separate each declared constant...but you probably already know
that smile


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu