Desktop Functions: Smart Device Functions:
|
Search Results for "FILE_INFO_3" in [All]netapi321: NetFileEnum
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) Structures2: FILE_INFO_3
|