Exemplo n.º 1
0
 public static int NeedsPassword(IntPtr doc)
 {
     return(Is64 ? NativeMethods64.NeedsPassword(doc)
         : NativeMethods32.NeedsPassword(doc));
 }