Exemplo n.º 1
0
 public static extern bool cfsConfFileSaveAs(IntPtr treeHandle,
                                             [MarshalAs(UnmanagedType.LPStr)] string serverName,
                                             [MarshalAs(UnmanagedType.LPStr)] string remoteFileName,
                                             UInt32 timeout,
                                             [In, Out] ref TmNativeDefs.FileTime fileTime,
                                             out UInt32 errCode,
                                             [In, Out] byte[]         errBuf,
                                             UInt32 maxErrs);
Exemplo n.º 2
0
 public static extern IntPtr cfsConfFileOpenCid(IntPtr connId,
                                                [MarshalAs(UnmanagedType.LPStr)] string serverName,
                                                [MarshalAs(UnmanagedType.LPStr)] string fileName,
                                                UInt32 timeout,
                                                [In, Out] ref TmNativeDefs.FileTime fileTime,
                                                out UInt32 errCode,
                                                [In, Out] byte[]         errBuf,
                                                UInt32 maxErrs);