API question
Posted: Thu Jul 22, 2004 2:05 pm
Hi all,
Okay, this should be a simple answer. I'm having a problem with API, here is the example. Sometimes a API call needs a variable/constant like #NULL #PROCESS_TERMINATE, that kind of thing. Most of the time PB has the contant defined already, but in some cases it doesn't. So I end up doing this.
somecall_(#null,PROCESS_TERMINATE,...) I just put the in this case process Terminate in as text, not even a string how ever windows seems to have a issue with that. Am I doing something wrong? I think I am so I ask you here and now. Yes, the above is just a example, so keep that in mind. Thanks in advance.
Okay, this should be a simple answer. I'm having a problem with API, here is the example. Sometimes a API call needs a variable/constant like #NULL #PROCESS_TERMINATE, that kind of thing. Most of the time PB has the contant defined already, but in some cases it doesn't. So I end up doing this.
somecall_(#null,PROCESS_TERMINATE,...) I just put the in this case process Terminate in as text, not even a string how ever windows seems to have a issue with that. Am I doing something wrong? I think I am so I ask you here and now. Yes, the above is just a example, so keep that in mind. Thanks in advance.