TJwOnWindowProcCallBack = function (Sender: TJwSecurityDescriptorDialog; PageType: TJwSecurityPageType; WindowHandle: hWnd; Msg: longint; ParamW: longint; ParamL: longint; var ProcessDefaultProc: boolean) : longint;
|
Parameters |
Description |
|
Sender |
Contains the dialog instance that called this callback message. |
|
PageType |
defines which page has received the window message |
|
WindowHandle |
contains the handle of the window that received the window message |
|
Msg |
Contains the window message |
|
ParamW |
Contains additional information about the message. |
|
ParamL |
Contains additional information about the message. |
|
ProcessDefaultProc |
defines whether message is forwarded to the default window proc (true) or not (false). |
The return value is used to return the status of the window message. The return value is only used if ProcessDefaultProc is false.
TJwOnWindowProcCallBack defines a callback function that is called every time a window message is processed to any supported window (see TJwSecurityPageType) in the ACL editor. This function is called before the default window proc of the window is processed.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|