EP_GET_NAME¶
Retrieves the plug-in name.
EP_GET_NAME
hwnd = hwndParent;
wParam = cb;
lParam = szName; hwndParent The window handle of the Plug-ins Settings dialog box. cb Specifies the maximum number of characters to copy to the buffer, including
the NULL character. szName Pointer to the buffer that will receive the text. The return value is the required size for a buffer that can receive the
text.Parameters¶
Return Values¶