interop & size of type

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
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' ?
 
thanks for that ;-)
..
and where is define BitBlt() ?
according to the doc it's in mgblt.lib.
but there is no mgblt.dll in my pocket pc !
 
Back
Top