CAdoEvents.DisConnectmethod
Called after a connection ends.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION Disconnect (BYVAL adStatus AS EventStatusEnum PTR, BYVAL pConnection AS Afx_ADOConnection PTR) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
adStatus | An EventStatusEnum value indicating the success or failure of the operation that triggered the event. | |
pConnection | The Connection object that fired the event. |
Description
Called after a connection ends.
Reference
- Documented in Databases/ADO Classes/CAdoEvents Class.md
- Topic: CAdoEvents Class