Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "FILE_INFO_3" in [All]

netapi32

.

FILE_INFO_3

.

    FILE_INFO_3 pCurrent = new FILE_INFO_3();

.

        pCurrent = (FILE_INFO_3) Marshal.PtrToStructure(iPtr, typeof(FILE_INFO_3));

.

    Dim pCurrent As FILE_INFO_3

.

        pCurrent = CType(Marshal.PtrToStructure(iPtr, GetType(FILE_INFO_3)), FILE_INFO_3)

Structures

.
Summary
The FILE_INFO_3 structure contains the identification number and other pertinent information about files, devices, and pipes.
.

struct FILE_INFO_3

.

    Structure FILE_INFO_3

.
Documentation
[FILE_INFO_3] on MSDN

 
Access PInvoke.net directly from VS: