4
votes
6answers
1k views
Is there memset() that accepts integers larger than char?
Is there a version of memset() which sets a value that is larger than 1 byte (char)? For example, let's say we have a memset32() function, so using it we can do the following:
int32 …
1
vote
How do I retrieve IPIEHTMLDocument2 interface on IE Mobile
I found the following code in the Google Gears code, here. I copied the functio …
