ACTIVESWLib::ISPPropertyMap Interface Reference
Detailed Description
SignWare Dynamic Development toolkit, ActiveX wrapper for SPPropertyMapInterface ISPPropertyMap.Representation of a property container
Public Member Functions | |
HRESULT | Clone ([out] ISPPropertyMap **ppClone,[out, retval] long *result) |
Copy a PropertyMap object. | |
HRESULT | Create ([out, retval] long *result) |
Create a PropertyMap object. | |
HRESULT | CreateFromFlatFile ([in] ISPFlatFile *pFlatFile,[out, retval] long *result) |
Create a PropertyMap object from serialized data. | |
HRESULT | Equals ([in] ISPPropertyMap *pObj,[out] long *pEqual,[out, retval] long *result) |
Compare two property maps. | |
HRESULT | GetBool ([in] BSTR bstrName,[out] long *paValue,[out, retval] long *result) |
Query the content of a property. | |
HRESULT | GetData ([in] BSTR bstrName,[out] SAFEARRAY(BYTE)*pData,[out, retval] long *result) |
Query the data content of a property. | |
HRESULT | GetDouble ([in] BSTR bstrName,[out] double *paValue,[out, retval] long *result) |
Query the content of a property. | |
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 ISPPropertyMap object from a buffer. | |
HRESULT | SetBool ([in] BSTR bstrName,[in] long aValue,[out, retval] long *result) |
Set the value of a property. | |
HRESULT | SetData ([in] BSTR bstrName,[in] SAFEARRAY(BYTE)*pData,[out, retval] long *result) |
Set the data content of a property. | |
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 SPPropertyMap object into a buffer. |
Member Function Documentation
|
Copy a PropertyMap object.
|
|
Create a PropertyMap object.
|
|
Create a PropertyMap object from serialized data.
|
|
Compare two property maps.
|
|
Query the content of a property.
|
|
Query the data content of a property.
|
|
Query the content of a property.
|
|
Query the content of a property.
|
|
Query the string content of a property.
|
|
Deserialize a ISPPropertyMap object from a buffer.
|
|
Set the value of a property.
|
|
Set the data content of a property.
|
|
Set the value of a property.
|
|
Set the value of a property.
|
|
Set the string content of a property.
|
|
Serialize a SPPropertyMap object into a buffer.
|
The documentation for this interface was generated from the following file: