Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26233

Byte Array with Parameter in CApi

$
0
0
[quote="Gross":1fzo69sb]Hi, I have a function which would like to call by parameters PRG: NRet: = CBIOS_UPWLogin ("demo\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00") Lib: libcbios.a is available // in cbios.h DWORD WINAPI CBIOS_UPWLogin (BYTE bUPW [0x10]); // The funcion without parameters is ok HB_FUNC (CBIOS_UPWLOGIN) { DWORD dwRet; BYTE bPass [] = "demo\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"; DwRet = CBIOS_UPWLogin (bPass); Hb_retnl ((LONG) dwRet); } How does the C function with parameter transfer look like? Greeting Manfred[/quote:1fzo69sb] [code=fw:1fzo69sb][/code:1fzo69sb] EMG

Viewing all articles
Browse latest Browse all 26233

Trending Articles