コード例 #1
0
 public static extern unsafe bool CreateImpl(
     bool initialState,
     AutoResetEventHandle *handle);
コード例 #2
0
 public static unsafe bool CreateImpl(
     bool initialState,
     AutoResetEventHandle *handle)
 {
     return(Create(initialState, out *handle));
 }