unsigned int DAOpenDocument(HANDLE lphDoc, unsigned int dwSpecType, void* pSpec, unsigned int dwFlags);
public partial class NativeMethods { ///Return type: unsigned int ///lphDoc: HANDLE->void* ///dwSpecType: unsigned int ///pSpec: void* ///dwFlags: unsigned int {System.Runtime.InteropServices.DllImportAttribute("sccda.dll", EntryPoint="DAOpenDocument")] public static extern uint DAOpenDocument(System.IntPtr lphDoc, uint dwSpecType, System.IntPtr pSpec, uint dwFlags);}