ACTIVESWLib::ISPCleanParameter Interface Reference
Detailed Description
SignWare Dynamic Development toolkit, ActiveX wrapper for SPCleanParameterInterface ISPCleanParameter.Representation of static cleaning parameters
Public Member Functions | |
| HRESULT | AddEnableFlag ([in] BSTR bstrName,[out, retval] long *result) |
| Add an enable flag to the end of the list. | |
| HRESULT | AppendEnableFlag ([in] BSTR bstrName,[out, retval] long *result) |
| Add an enable flag to the end of the list. | |
| HRESULT | ClearEnableFlags ([out, retval] long *result) |
| Clear all enable flags in the list. | |
| HRESULT | Clone ([out] ISPCleanParameter **ppClone,[out, retval] long *result) |
| Copy a CleanParameter object. | |
| HRESULT | Create ([out, retval] long *result) |
| Create a clean parameter object. | |
| HRESULT | CreateFromFlatFile ([in] ISPFlatFile *pFlatFile,[out, retval] long *result) |
| Create a CleanParameter object from serialized data. | |
| HRESULT | GetDouble ([in] BSTR bstrName,[out] double *paValue,[out, retval] long *result) |
| Query the content of a property. | |
| HRESULT | GetEnableFlag ([in] long iIndex,[out] BSTR *pbstrValue,[out, retval] long *result) |
| Query the enable flag at index iIndex. | |
| HRESULT | GetEnableFlagCount ([out] long *plCount,[out, retval] long *result) |
| Query the count of enable flags. | |
| HRESULT | GetInt ([in] BSTR bstrName,[out] long *paValue,[out, retval] long *result) |
| Query the content of a property. | |
| HRESULT | GetString ([in] BSTR bstrName,[out] BSTR *pbstrValue,[out, retval] long *result) |
| Query the string content of a property. | |
| HRESULT | Read ([in] SAFEARRAY(BYTE)*pData,[out, retval] long *result) |
| Deserialize a ISPCleanParameter object from a buffer. | |
| HRESULT | SetDouble ([in] BSTR bstrName,[in] double aValue,[out, retval] long *result) |
| Set the value of a property. | |
| HRESULT | SetInt ([in] BSTR bstrName,[in] long aValue,[out, retval] long *result) |
| Set the value of a property. | |
| HRESULT | SetString ([in] BSTR bstrName,[in] BSTR bstrValue,[out, retval] long *result) |
| Set the string content of a property. | |
| HRESULT | Write ([out] SAFEARRAY(BYTE)*pData,[out, retval] long *result) |
| Serialize a SPCleanParameter object into a buffer. | |
Member Function Documentation
|
||||||||||||
|
Add an enable flag to the end of the list.
|
|
||||||||||||
|
Add an enable flag to the end of the list.
|
|
|
Clear all enable flags in the list.
|
|
||||||||||||
|
Copy a CleanParameter object.
|
|
|
Create a clean parameter object.
|
|
||||||||||||
|
Create a CleanParameter object from serialized data.
|
|
||||||||||||||||
|
Query the content of a property.
|
|
||||||||||||||||
|
Query the enable flag at index iIndex.
|
|
||||||||||||
|
Query the count of enable flags.
|
|
||||||||||||||||
|
Query the content of a property.
|
|
||||||||||||||||
|
Query the string content of a property.
|
|
||||||||||||
|
Deserialize a ISPCleanParameter object from a buffer.
|
|
||||||||||||||||
|
Set the value of a property.
|
|
||||||||||||||||
|
Set the value of a property.
|
|
||||||||||||||||
|
Set the string content of a property.
|
|
||||||||||||
|
Serialize a SPCleanParameter object into a buffer.
|
The documentation for this interface was generated from the following file: