[Visual Basic] Public Function AddNew( _ ByVal Path As String, _ ByRef NewEntry As SRxEntry _ ) As Boolean [C#] public bool AddNew( string Path, out SRxEntry NewEntry ); [C++] public: bool AddNew( String* Path, * SRxEntry* NewEntry ); [JScript] public function AddNew( String Path, SRxEntry NewEntry ): bool;
returns a new SRxEntry if it could be inserted
SRxEntries Class | EbsOpen Namespace