Open a disk file to provide input for the input stream using a const TCHAR * filename
int openUi(const TCHAR * fn);
|
Parameters |
Description |
|
const TCHAR * fn |
Filename encoded as a const TCHAR * string, which is either Unicode or Ansi depending on whether the UNICODE macro is defined |
0 on success, or non-zero on failure
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|