| View previous topic :: View next topic |
| Author |
Message |
sayoyo Guest
|
Posted: Thu Jan 27, 2005 4:46 pm Post subject: How do I know if a file is using by an application? |
|
|
Hi,
Are there any WINAPI or C/C++ functions which allow user to know if a
file is using by another application???
Thanks you very much
sayoyo
|
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Thu Jan 27, 2005 4:48 pm Post subject: Re: How do I know if a file is using by an application? |
|
|
sayoyo wrote:
| Quote: | Are there any WINAPI
|
WINAPI is not defined by the C++ language standard. Ask about it in
an appropriate newsgroup, e.g. comp.os.ms-windows.programmer.win32
| Quote: | or C/C++ functions which allow user to know if a
file is using by another application???
|
There is no Standard C++ function that does that.
V
|
|
| Back to top |
|
 |
sayoyo@yahoo.com Guest
|
Posted: Fri Jan 28, 2005 5:03 pm Post subject: Re: How do I know if a file is using by an application? |
|
|
Thanks you very much
Victor Bazarov wrote:
| Quote: | sayoyo wrote:
Are there any WINAPI
WINAPI is not defined by the C++ language standard. Ask about it in
an appropriate newsgroup, e.g. comp.os.ms-windows.programmer.win32
or C/C++ functions which allow user to know if a
file is using by another application???
There is no Standard C++ function that does that.
V
|
|
|
| Back to top |
|
 |
|