@msdn=http://msdn.microsoft.com/en-us/library/aa381165(VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: The CRYPT_BIT_BLOB structure contains a set of bits represented by an array of bytes. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct CRYPT_BIT_BLOB { public uint cbData; [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] public byte[] pbData; public uint cUnusedBits; } !!!!VB Definition: Structure CRYPT_BIT_BLOB Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: CRYPT_BIT_BLOB@msdn on MSDN
Edit Structures.CRYPT_...
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.