System Calls
The following functions are Windows operating system calls.
System Call Functions
Function |
Use |
.NET Framework equivalent |
---|---|---|
Release resources from previous find operations |
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples. |
|
Find file with specified attributes |
||
Find next file with specified attributes |
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples. |
See Also
Reference
Change History
Date |
History |
Reason |
---|---|---|
March 2009 |
Added See Also links. |
Customer feedback. |