Kbase 17367: DLL (32-Bit) - How to Send/Receive a Boolean Data Type
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
DLL (32-Bit) - How to Send/Receive a Boolean Data Type
When calling 32-Bit DLL's you can send and receive a "Boolean" data
type as follows:
1) Define a variable as an integer for storing the boolean value.
2) Define the DLL parameter as a LONG.
A value of "1" indicates TRUE and a value of "0" indicates FALSE.
Progress Software Technical Support Note # 17367