CallbackFn Delegate | |
Delegate used by some advantage progress functions
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax DELEGATE DWORD CallbackFn(
usPercentDone AS WORD,
ulCallbackID AS DWORD
)
public delegate uint CallbackFn(
ushort usPercentDone,
uint ulCallbackID
)
Parameters
- usPercentDone
- Type: Word
- ulCallbackID
- Type: DWord
Return Value
Type:
DWordSee Also