qrcode封装好的动态库,里面的函数不知道怎么用

来源:http://download.csdn.net/detail/tb01070/5030570#comment
//生成二维码矩阵Buf
static unsigned char* GenerateBarCode(const char *_pStrInfo, int *_pWidth, int *_pHeight);

    //给定一个图像位图数据、宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中
    static bool SaveBmp(char*bmpName, unsigned char*imgBuf, int width, int height, int biBitCount, RGBQUAD *pColorTable);

http://blog.csdn.net/wu10045125/article/details/8195990

我是想知道里面的函数参数的意思,

我是想知道里面的函数参数的意思,