|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GraphicBarsManager.GetGraphicalSettingsParam (
hWndGraphicBar as OLE_HANDLE,
nParam as short
) as String
|
|
[C++]
BSTR control.GraphicBarsManager.GetGraphicalSettingsParam (
OLE_HANDLE hWndGraphicBar,
short nParam
);
|
|
Parameter
|
Description
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
hWndGraphicBar
|
Handle of the control returned by a previous call to the GraphicBarsManager.Create method
| ||||||||||||||||||
|
nParam
|
Numeric identifier of the requested parameter.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
enumErrorCodes.NOERROR (0)
|
The call was successful.
|
|
Negative value
|
An error occurred: see the LastError property for further error details or for a list of the possible error values.
|