Desktop Functions: Smart Device Functions:
|
Search Results for "RasError" in [All]Enums1: RasError
public enum RasError
Enum RasError rasapi32
internal static string Code2RasErrorMessage(uint errorCode)
/// <returns>Enumerated RASERROR</returns>
public static RasError SetEntryProperties(string connectionName, RASENTRY rasEntryStructure)
return (RasError)RasSetEntryProperties(null, connectionName, ref rasEntryStructure, Marshal.SizeOf(rasEntryStructure), IntPtr.Zero, 0); |