IDiscRecorder2AcquireExclusiveAccess Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void AcquireExclusiveAccess(
bool force,
string clientName
)
Sub AcquireExclusiveAccess (
force As Boolean,
clientName As String
)
Dim instance As IDiscRecorder2
Dim force As Boolean
Dim clientName As String
instance.AcquireExclusiveAccess(force,
clientName)
abstract AcquireExclusiveAccess :
force : bool *
clientName : string -> unit
void AcquireExclusiveAccess(
boolean force,
String clientName
)
function AcquireExclusiveAccess(
force : boolean,
clientName : String
)
function AcquireExclusiveAccess(force, clientName);
Parameters
- force
- Type: SystemBoolean
- clientName
- Type: SystemString
See Also