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

[C++Builder/Visual C++] BOOL PK3NETGetMessage(PTR_PROTECTKIT3NET_MSG pMsg);
[Delphi] function PK3NETGetMessage(var pMsg: PROTECTKIT3NET_MSG): LongBool;
[Visual Basic] Function PK3NETGetMessage(pMsg As PROTECTKIT3NET_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 PK3NETGetMessage 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 PROTECTKIT3NET_MSG, please refer to the PROTECTKIT3NET_MSG member variable explanation of the PkitNet32.dll/PkitNet64.dll.