Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
278 B

// wvguids.h : Instantiation of GUIDS used by WebView
#ifndef __WV_GUIDS_H_
#define __WV_GUIDS_H_
// {7A707490-260A-11D1-83DF-00A0C90DC849}
DEFINE_GUID(CLSID_WebViewCoord, 0x7a707490L, 0x260a, 0x11d1, 0x83, 0xdf, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
#endif // __WV_GUIDS_H_