Miner.Interop Namespace > IMMPacketAdapterXml Interface : Create Method |
'Declaration
Function Create( _ ByVal Packet As IMMPacket, _ ByVal Hook As System.Object, _ ByVal pElement As Miner.Interop.msxml2.IXMLDOMElement _ ) As System.Boolean
'Usage
Dim instance As IMMPacketAdapterXml Dim Packet As IMMPacket Dim Hook As System.Object Dim pElement As Miner.Interop.msxml2.IXMLDOMElement Dim value As System.Boolean value = instance.Create(Packet, Hook, pElement)
System.bool Create( IMMPacket Packet, System.object Hook, Miner.Interop.msxml2.IXMLDOMElement pElement )
function Create( Packet: IMMPacket; Hook: System.TObject; pElement: Miner.Interop.msxml2.IXMLDOMElement ): System.Boolean;
function Create( Packet : IMMPacket, Hook : System.Object, pElement : Miner.Interop.msxml2.IXMLDOMElement ) : System.boolean;
System.bool Create( IMMPacket* Packet, System.Object* Hook, Miner.Interop.msxml2.IXMLDOMElement* pElement )
System.bool Create( IMMPacket^ Packet, System.Object^ Hook, Miner.Interop.msxml2.IXMLDOMElement^ pElement )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2