Write-only |
About Cal Sets |
Description |
This command is no longer necessary. The CalSet.get... and put... commands that required this command have been replaced, Closes read/write access to the Cal Set. See OpenCalSet for an explanation of gaining access to the Cal Set. When you are finished reading and writing data from or to the Cal Set, close the Cal Set. Subsequent read/writes will require a new OpenCal Set call. Reading and writing Cal Set data is performed with the PutStandard, GetStandard, PutErrorTerm, GetErrorTerm method calls. These methods are provided by the ICal Set and ICalData2 interfaces. |
VB Syntax |
CalSet.CloseCalSet |
Variable |
(Type) - Description |
CalSet |
(object) - A Cal Set object |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
CSet.CloseCalSet |
C++ Syntax |
HRESULT CloseCalSet |
Interface |
ICalSet |