PADMIN_FreeDialogResource

The PADMIN_FreeDialogResource Administrator extension function frees the allocated dialog resources.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

VOID (* PADMIN_FreeDialogResource)(
  BYTE ** ppbDialog  
);
 

Parameters

ppbDialog
Input parameter. Points to the address of the dialog resource to release.

Return Values

None.

Remarks

Use the PADMIN_FreeDialogResource function to free the dialog resources loaded by PADMIN_LoadDialogResource.

The value of ppbDialog is NULL when this function returns successfully.

For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).

See Also

ADMIN_Initialize, PADMIN_LoadDialogResource