interop & size of type

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' ?
 
L

Lloyd Dupont

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 !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top