Esempio n. 1
0
 /// <summary>Initializes a new instance of the <see cref="LPSTR" /> struct.</summary>
 /// <param name="value">The value of the instance.</param>
 public LPSTR(CHAR *value)
 {
     _value = value;
 }
Esempio n. 2
0
 public static extern unsafe Int32 setsockopt(SOCKET s, Int32 level, Int32 optname, CHAR *optval, Int32 optlen);