mirror of https://github.com/lianthony/NT4.0
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.
35 lines
503 B
35 lines
503 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cons.h
|
|
|
|
Abstract:
|
|
|
|
This module contains global constant definitions for the Winsock 2
|
|
to Winsock 1.1 Mapper Service Provider.
|
|
|
|
Author:
|
|
|
|
Keith Moore (keithmo) 29-May-1996
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _CONS_H_
|
|
#define _CONS_H_
|
|
|
|
|
|
//
|
|
// The registry key for the "GUID-to-DLL-path" mapping.
|
|
//
|
|
|
|
#define SOCK_HOOKER_GUID_MAPPER_KEY "System\\CurrentControlSet\\Services\\Ws2Map\\Parameters\\Guid Mapper"
|
|
|
|
|
|
#endif // _CONS_H_
|
|
|