The PADMIN_SetTitle Administrator extension function retrieves a standard title to use in an extension data property sheet.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
VOID PADMIN_SetTitle(
HWND hwndParent,
INT id
);
None.
Use PADMIN_SetTitle to get the standard title for the class of object that this extension DLL is being called for and place it on the property sheet where the control identified by id is placed. Typically the title is in the top right corner of the property sheet, but can be placed anywhere by modifying the RC file.
You should call PADMIN_SetTitle during the processing of the WM_Init_Dialog message.
For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).
ADMIN_Initialize, PADMIN_SetIcon, PADMIN_SetNameList