Welcome to mirror list, hosted at ThFree Co, Russian Federation.

servprov-uuid.c « lib « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 049de3b66520e34698bff4161594f9ff326cbec0 (plain)
1
2
3
4
5
6
7
8
9
/* servprov-uuid.c */
/* Generate GUIDs for ServiceProvider interfaces */

/* All IIDs defined in this file were extracted from
 * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */

#define INITGUID
#include <basetyps.h>
DEFINE_GUID(IID_IServiceProvider,0x6d5140c1,0x7436,0x11ce,0x80,0x34,0,0xaa,0,0x60,0x9,0xfa);