Home > database >  This should how to establish the corresponding structure in PB?
This should how to establish the corresponding structure in PB?

Time:09-22

Typedef struct _LPR_RESULT
{
Struct _LPR_RESULT * pNext;
Char license [16].
Char color [8].
Int nColor;
The int type.
Int reliability;
The RECT location;
Int bright;

Int msDecode;
Int msDetect;
Int msLocate;
Int msRecognise;
Int msEncode;
LPBYTE pBits;
Int cbBits;
DWORD dwReserved [61].//keep
} LPR_RESULT;

CodePudding user response:

You can create a structure controls

CodePudding user response:

Agree with the method, the first floor with structure on structure,

CodePudding user response:

I also set up the structure, but the struct _LPR_RESULT * pNext;
How should the corresponding in PB?

CodePudding user response:

The
reference 3 floor response:
I also set up the structure, but the struct _LPR_RESULT * pNext;
How should the corresponding in PB?

Vc in the pointer
32-bit compiler, PB with LONG
64 - bit, with LONGLONG, if lower PB version without LONGLONG, char pNext [8]

LONG, int in the VC is PB

CodePudding user response:

Pb is directly declare variables defined structure
  • Related