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.
18 lines
436 B
18 lines
436 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1999-2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// ObjectCookie.h
|
|
//
|
|
// Description:
|
|
// OBJECTCOOKIE definition
|
|
//
|
|
// Maintained By:
|
|
// Geoffrey Pease (GPease) 21-FEB-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma once
|
|
|
|
typedef DWORD OBJECTCOOKIE;
|