Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Contains a pointer to the IDOMImplementation object for this document.
Syntax
HRESULT get_implementation( IDOMImplementation ** impl);
Parameters
- impl
- [out] IDOMImplementation object for this document.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
A DOM application can use objects from multiple implementations. This provides access to the IDOMImplementation object that handles this document.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.