#include <ICusDtLnkOptions.h>
|
| enum | { kDefaultIID = IID_ICUSDTLNKOPTIONS } |
| |
From SDK sample; stores options as set of key-value pairs in some kind of workspace
- See Also
- kCusDtLnkChangeOptionsCmdBoss
- IWorkspace
Append an option to the list.
- Parameters
| key | the key that should be used to retrieve the value |
| val | the value to store |
Implemented in CusDtLnkOptions.
| virtual int32 ICusDtLnkOptions::GetKeyValuePairCount | ( | | ) | const |
| pure virtual |
Determine how many options are stored
- Returns
- int32 representing number of options stored
Implemented in CusDtLnkOptions.
| virtual WideString ICusDtLnkOptions::GetNthKey | ( | const int32 | index | ) | const |
| pure virtual |
Return option given its key
- Parameters
| key | identifies the key to retrieve the stored option |
- Returns
- WideString representing the value given the key
Implemented in CusDtLnkOptions.