HtmlConverter
QueryService Method
|
Get the query service.
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int QueryService(
ref Guid guidService,
ref Guid riid,
out IntPtr ppvObject
)
Public Function QueryService (
ByRef guidService As Guid,
ByRef riid As Guid,
<OutAttribute> ByRef ppvObject As IntPtr
) As Integer
public:
virtual int QueryService(
Guid% guidService,
Guid% riid,
[OutAttribute] IntPtr% ppvObject
) sealed
abstract QueryService :
guidService : Guid byref *
riid : Guid byref *
ppvObject : IntPtr byref -> int
override QueryService :
guidService : Guid byref *
riid : Guid byref *
ppvObject : IntPtr byref -> int
Parameters
-
guidService
-
Type:
System
Guid
guidService.
-
riid
-
Type:
System
Guid
riid.
-
ppvObject
-
Type:
System
IntPtr
ppvObject.
Return Value
Type:
Int32
See Also