Miner.Interop.Process Namespace > IMMPxMobileHelper Interface : CreatePacket Method |
'Declaration
Function CreatePacket( _ ByVal pPxNode As IMMPxNode, _ ByVal bMobileUnit As System.Boolean, _ ByRef sPacketName As System.String _ ) As System.String
'Usage
Dim instance As IMMPxMobileHelper Dim pPxNode As IMMPxNode Dim bMobileUnit As System.Boolean Dim sPacketName As System.String Dim value As System.String value = instance.CreatePacket(pPxNode, bMobileUnit, sPacketName)
System.string CreatePacket( IMMPxNode pPxNode, System.bool bMobileUnit, ref System.string sPacketName )
function CreatePacket( pPxNode: IMMPxNode; bMobileUnit: System.Boolean; var sPacketName: System.String ): System.String;
function CreatePacket( pPxNode : IMMPxNode, bMobileUnit : System.boolean, sPacketName : System.String ) : System.String;
System.string* CreatePacket( IMMPxNode* pPxNode, System.bool bMobileUnit, ref System.string* sPacketName )
System.String^ CreatePacket( IMMPxNode^ pPxNode, System.bool bMobileUnit, System.String^% sPacketName )
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