mirror of https://github.com/lianthony/NT4.0
14 lines
394 B
14 lines
394 B
/*
|
|
* isguids.h - Internet Shortcut GUID definitions.
|
|
*
|
|
* Copyright (c) 1995, Microsoft Corporation. All rights reserved.
|
|
*/
|
|
|
|
|
|
/* GUIDs
|
|
********/
|
|
|
|
DEFINE_GUID(CLSID_InternetShortcut, 0xFBF23B40L, 0xE3F0, 0x101B, 0x84, 0x88, 0x00, 0xAA, 0x00, 0x3E, 0x56, 0xF8);
|
|
|
|
DEFINE_GUID(IID_IUniformResourceLocator, 0xFBF23B80L, 0xE3F0, 0x101B, 0x84, 0x88, 0x00, 0xAA, 0x00, 0x3E, 0x56, 0xF8);
|
|
|