AL.DeleteSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.