15 lines
279 B
C
15 lines
279 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"; |