Visual Studio 2010
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