ConfigurePacker function

Top  Previous  Next

Opens "About" or Settings popup. Gets called when user selects plugin settings.

Syntax C++

void __stdcall ConfigurePacker(

                _In_ HWND Parent,

                _In_ HINSTANCE DllInstance

);

 

Parameters

Parent [in]

Type: HWND

A Handle for parent window for Settings.

DllInstance [in]

Type: HINSTANCE

The plugin Handle (Handle DLL).