This function uses the Form Resize event to retrieve message information.

[C++Builder/Visual C++] BOOL PK3NETGetMessageE(PTR_PROTECTKIT3NETE_MSG pMsg);
[Delphi] function PK3NETGetMessageE(var pMsg: PROTECTKIT3NETE_MSG): LongBool;
[Visual Basic] Function PK3NETGetMessageE(pMsg As PROTECTKIT3NETE_MSG) As Long

Parameters

Name Explanation
pMsg The parameter holding the retrieved message information in a user defined structure

Return Value

Returns the True (nonzero) if successful, otherwise returns False (0).

Explanation

The PK3NETGetMessageE function retrieves the message information using the form's resize event. In Visual Basic this event is called Form Resize event; in Cepji/C++Builder it is OnResize event, and in Visual C++, it is called OnSize event.

For more details about the PROTECTKIT3NETE_MSG, please refer to the PROTECTKIT3NETE_MSG member variable explanation of the PkitNet32.dll/PkitNet64.dll.