Miner.Interop Namespace > IMMStoredItemManager Interface : IsValidName Method |
'Declaration
Function IsValidName( _ ByVal proposedName As System.String, _ ByVal UserName As System.String, _ ByVal GlobalID As System.String, _ ByRef errorCode As mmErrorCodes _ ) As System.Boolean
'Usage
Dim instance As IMMStoredItemManager Dim proposedName As System.String Dim UserName As System.String Dim GlobalID As System.String Dim errorCode As mmErrorCodes Dim value As System.Boolean value = instance.IsValidName(proposedName, UserName, GlobalID, errorCode)
System.bool IsValidName( System.string proposedName, System.string UserName, System.string GlobalID, out mmErrorCodes errorCode )
function IsValidName( proposedName: System.String; UserName: System.String; GlobalID: System.String; Out errorCode: mmErrorCodes ): System.Boolean;
function IsValidName( proposedName : System.String, UserName : System.String, GlobalID : System.String, errorCode : mmErrorCodes ) : System.boolean;
System.bool IsValidName( System.string* proposedName, System.string* UserName, System.string* GlobalID, [PARAMFLAG::Out] mmErrorCodes errorCode )
System.bool IsValidName( System.String^ proposedName, System.String^ UserName, System.String^ GlobalID, [Out] mmErrorCodes errorCode )
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