Namespace:
CSFreeDB.Core
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Init(
string sKey
)
Public Function Init (
sKey As String
) As Integer
Dim instance As cFreeDB
Dim sKey As String
Dim returnValue As Integer
returnValue = instance.Init(sKey)
member Init :
sKey : string -> int
public int Init(
String sKey
)
public function Init(
sKey : String
) : int
Parameters
- sKey
- Type: SystemString
Return Value
Type:
Int32See Also