Ejemplo n.º 1
0
 public bool Load(CoreDll.FileType fileType, string fileName, bool check)
 {
     return(m_dll.adLoadW(m_handle, fileType, fileName, check ? CoreDll.TRUE : CoreDll.FALSE) == CoreDll.Error.Ok);
 }