The CYPHER_BLOCK structure defines an encrypted eight-character string. The type of encryption used is application dependent.
-
typedef struct _CYPHER_BLOCK { CHAR data[8]; } CYPHER_BLOCK, *PCYPHER_BLOCK;
data: An encrypted eight-character string.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
The CYPHER_BLOCK structure defines an encrypted eight-character string. The type of encryption used is application dependent.
typedef struct _CYPHER_BLOCK { CHAR data[8]; } CYPHER_BLOCK, *PCYPHER_BLOCK;
data: An encrypted eight-character string.