createComment property

Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMDocument> This, BSTR data, Pointer<Pointer<IXMLDOMComment>> comment)>> createComment
getter/setter pair

Implementation

external ffi.Pointer<ffi.NativeFunction<HRESULT Function(ffi.Pointer<IXMLDOMDocument> This, BSTR data, ffi.Pointer<ffi.Pointer<IXMLDOMComment>> comment)>> createComment;