17 lines
283 B
C
17 lines
283 B
C
/*++
|
|
|
|
Copyright (c) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
name.h
|
|
|
|
Abstract:
|
|
|
|
Interface Function name strings for PublishInterface
|
|
|
|
--*/
|
|
CONST CHAR pstrGetInfo[] = "GetInfo";
|
|
CONST CHAR pstrFilterGraphics[] = "FilterGraphics";
|
|
|