DdeGetInstanceId Procedure |
Version 5 |
Returns the DDE instance identifier for the application.
lDdeId = DdeGetInstanceId ( )
The DdeGetInstanceId procedure syntax has the following parts:
|
Name |
Type |
Description |
|
lDdeId |
Long |
Current DDE instance id |
During DdeInitiate, the instance Id is initialized.
lDdeId=DdeGetInitiateId()
If lDdeId = 0 Then
Abort
Endif