Desktop Functions: Smart Device Functions:
|
_get_osfhandle (msvcrt)
C# Signature:
[DllImport("msvcrt.dll", SetLastError=true)] Alternative Managed API:Do you know one? Please contribute it! Notes:Returns an operating-system file handle if fd is valid. Otherwise, the invalid parameter handler is invoked, as described in Parameter Validation. If execution is allowed to continue, this function returns INVALID_HANDLE_VALUE (-1) and sets errno to EBADF, indicating an invalid file handle. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|