AL.IsBuffer Method

Definition

Overloads

IsBuffer(Int32)

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

IsBuffer(UInt32)

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

IsBuffer(Int32)

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

public static bool IsBuffer (int bid);
static member IsBuffer : int -> bool

Parameters

bid
Int32

A buffer Handle previously allocated with GenBuffers(Int32).

Returns

Success.

Applies to

IsBuffer(UInt32)

Important

This API is not CLS-compliant.

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

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

Parameters

bid
UInt32

A buffer Handle previously allocated with GenBuffers(Int32).

Returns

Success.

Attributes

Applies to