Edit

Share via


AL.DeleteSource Method

Definition

Overloads

DeleteSource(UInt32)

This function deletes one source only.

DeleteSource(Int32)

This function deletes one source only.

DeleteSource(UInt32)

Important

This API is not CLS-compliant.

This function deletes one source only.

[System.CLSCompliant(false)]
public static void DeleteSource(ref uint source);
static member DeleteSource :  -> unit

Parameters

source
UInt32

Pointer to a source name identifying the source to be deleted.

Attributes

Applies to

DeleteSource(Int32)

This function deletes one source only.

public static void DeleteSource(int source);
static member DeleteSource : int -> unit

Parameters

source
Int32

Pointer to a source name identifying the source to be deleted.

Applies to