Platform SDK: Certificate Enrollment Control |
The Reset method returns the CEnroll3 object to its initial state.
[Visual Basic] objEnroll.Reset() [C++] HRESULT Reset();
[Visual Basic] None.
[C++] The return value is an HRESULT. A value of S_OK indicates success.
The Reset method is provided to return the ICEnroll3 control to its initial state and thereby allow reuse of the control.
HRESULT hr; // Reset the control. hr = pEnroll3->Reset(); if (FAILED(hr)) printf("Failed Reset [%x]\n", hr);
' Reset the control. objXen.Reset
Windows NT/2000: Requires Windows 2000.
Header: Declared in Xenroll.h.
Library: Use Uuid.lib.