Exemple #1
0
 internal static extern bool SymFindFileInPathW(
     IntPtr hProcess,
     string searchPath,
     [MarshalAs(UnmanagedType.LPWStr), In] string fileName,
     ref Guid id,
     int two,
     int three,
     int flags,
     [Out] System.Text.StringBuilder filepath,
     SymFindFileInPathProc findCallback,
     IntPtr context // void*
     );
 public static extern bool SymFindFileInPath(
     IntPtr hProcess,
     [MarshalAs(UnmanagedType.LPTStr)] string SearchPath,
     [MarshalAs(UnmanagedType.LPTStr)] string FileName,
     IntPtr id,
     uint two,
     uint three,
     uint flags,
     StringBuilder FilePath,
     SymFindFileInPathProc callback,
     IntPtr context
     );
 internal static extern bool SymFindFileInPath(
     IntPtr hProcess,
     string searchPath,
     string fileName,
     IntPtr id, //void*
     int two,
     int three,
     int flags,
     out string filepath,
     SymFindFileInPathProc findCallback,
     IntPtr context // void*
     );
Exemple #4
0
 internal static extern bool SymFindFileInPathW(
     IntPtr hProcess,
     string searchPath,
     [MarshalAs(UnmanagedType.LPWStr), In] string fileName,
     ref Guid id,
     int two,
     int three,
     int flags,
     [Out]System.Text.StringBuilder filepath,
     SymFindFileInPathProc findCallback,
     IntPtr context // void*
     );
 internal static extern bool SymFindFileInPath(
     IntPtr hProcess,
     string searchPath,
     string fileName,
     IntPtr id, //void*
     int two,
     int three,
     int flags,
     out string filepath,
     SymFindFileInPathProc findCallback,
     IntPtr context // void*
     );