Klasse WinCrypt.CRYPT_BIT_BLOB

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinCrypt.CRYPT_BIT_BLOB
Bekannte direkte Unterklassen:
WinCrypt.CRYPT_BIT_BLOB.ByReference
Umschließende Schnittstelle:
WinCrypt

@FieldOrder({"cbData","pbData","cUnusedBits"}) public static class WinCrypt.CRYPT_BIT_BLOB extends Structure
The CRYPT_BIT_BLOB structure contains a set of bits represented by an array of bytes.
Siehe auch:
  • Felddetails

    • cbData

      public int cbData
    • pbData

      public Pointer pbData
    • cUnusedBits

      public int cUnusedBits
  • Konstruktordetails

    • CRYPT_BIT_BLOB

      public CRYPT_BIT_BLOB()