L
Lloyd Dupont
I'm writing an utility class with plenty of interop call.
particularly
BOOL BitBlt(
HDC hdcDest,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
HDC hdcSrc,
int nXSrc,
int nYSrc,
DWORD dwRop
);
I was wondering, what is the size type on PocketPC, particulary how much
bytes is taken by an 'int' ?
particularly
BOOL BitBlt(
HDC hdcDest,
int nXDest,
int nYDest,
int nWidth,
int nHeight,
HDC hdcSrc,
int nXSrc,
int nYSrc,
DWORD dwRop
);
I was wondering, what is the size type on PocketPC, particulary how much
bytes is taken by an 'int' ?