@msdn=https://msdn.microsoft.com/en-us/library/ff800834(v=vs.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Used in conjunction with the IOCTL_STORAGE_QUERY_PROPERTY control code to retrieve the properties of a storage device or adapter. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] struct STORAGE_DESCRIPTOR_HEADER { public uint Version; public uint Size; } !!!!VB Definition: <System.Runtime.InteropServices.StructLayout(LayoutKind.Sequential)> _ Public Structure STORAGE_DESCRIPTOR_HEADER Public Version As UInteger Public Size As UInteger End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: STORAGE_DESCRIPTOR_HEADER@msdn on MSDN
Edit Structures.STORAG...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.