错误C2061:语法错误:标识符BLOBHEADER虽然包含wincrypt.h

时间:2016-05-12 07:43:49

标签: c

我在C中有一个结构,但我遇到语法错误说明:

C:\sv62w8\pc\sales\src\main\custom.c(2179) : error C2061: syntax error : identifier 'BLOBHEADER'

这是我的代码:

sample.c

#include <windows.h>
#include <wincrypt.h>

//...more codes

    struct ENCRYPT_KEY_STRUCT_TYPE {
       BLOBHEADER sample_variable;
    } EncryptKeyStruct;

//...more codes

顺便说一句,我使用的是Microsoft Visual C ++。

谢谢!

0 个答案:

没有答案