AL.IsSource Method

Definition

Overloads

IsSource(Int32)

This function tests if a source name is valid, returning True if valid and False if not.

IsSource(UInt32)

This function tests if a source name is valid, returning True if valid and False if not.

IsSource(Int32)

This function tests if a source name is valid, returning True if valid and False if not.

public static bool IsSource (int sid);
static member IsSource : int -> bool

Parameters

sid
Int32

A source name to be tested for validity

Returns

Success.

Applies to

IsSource(UInt32)

Important

This API is not CLS-compliant.

This function tests if a source name is valid, returning True if valid and False if not.

[System.CLSCompliant(false)]
public static bool IsSource (uint sid);
static member IsSource : uint32 -> bool

Parameters

sid
UInt32

A source name to be tested for validity

Returns

Success.

Attributes

Applies to