Exemplo n.º 1
0
 public static extern UInt32 mw_get_file_property(
     MWHANDLE hHandle,
     [In, MarshalAs(UnmanagedType.LPStr)] string pcFileName,
     ref MW_FILE_PROPERTY pstFileProperty);
Exemplo n.º 2
0
 public static extern UInt32 mw_create_file(
     MWHANDLE hHandle,
     ref MW_FILE_PROPERTY pstFileProperty);