PADMIN_SetTitle

The PADMIN_SetTitle Administrator extension function retrieves a standard title to use in an extension data property sheet.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

VOID PADMIN_SetTitle(
  HWND hwndParent,  
  INT id            
);
 

Parameters

hwndParent
Input parameter. Handle to the current dialog window.
id
Input parameter. Resource identifier of the property sheet.

Return Values

None.

Remarks

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).

See Also

ADMIN_Initialize, PADMIN_SetIcon, PADMIN_SetNameList