This function destroys the property sheet referenced by hPropertySheet.
Copy Code
|
|
---|---|
BOOL FAR PASCAL ART_GUI_property_sheet_destroy ( HARTPROPSHEET hPropertySheet ); |
Name | Type | Description |
---|---|---|
hPropertySheet | HARTPROPSHEET | ART Handle to the Property Sheet. |
Returns TRUE if successful, FALSE if there was an error. An error occurs if hPropertySheet is not a valid handle.
This function does not process image pixels.
Annotation
Copy Code
|
|
---|---|
HIGEAR hIGear; /* HIGEAR handle of image */ HARTPROPSHEET hPropertySheet; /* handle to the */ /* property sheet */ nErrcount = ART_GUI_property_sheet_destroy(hPropertySheet); |