Example #1
0
 public static extern bool GetOpenFileName([In, Out] OpenFileName ofn);
Example #2
0
 public static bool GetSFN([In, Out] OpenFileName ofn)
 {
     return(GetSaveFileName(ofn));
 }