Desktop Functions: Smart Device Functions:
|
Search Results for "GetConsoleAlias" in [All]kernel32
// http://pinvoke.net/default.aspx/kernel32/GetConsoleAlias.html
static extern bool GetConsoleAlias(
// http://pinvoke.net/default.aspx/kernel32/GetConsoleAliases.html
public static extern uint GetConsoleAliases(
// http://pinvoke.net/default.aspx/kernel32/GetConsoleAliasesLength.html
static extern uint GetConsoleAliasesLength(
// http://pinvoke.net/default.aspx/kernel32/GetConsoleAliasExes.html
static extern uint GetConsoleAliasExes(
// http://pinvoke.net/default.aspx/kernel32/GetConsoleAliasExesLength.html
static extern uint GetConsoleAliasExesLength();
static extern uint GetConsoleAliasExesLength();
Declare Function GetConsoleAliasExesLength Lib "kernel32.dll" (TODO) As TODO |