mirror of https://github.com/tongzx/nt5src
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.
22 lines
455 B
22 lines
455 B
/*++
|
|
|
|
Copyright (c) 1999, Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sample\samplegetopt.h
|
|
|
|
Abstract:
|
|
|
|
The file contains the include file for samplegetopt.c.
|
|
|
|
--*/
|
|
|
|
FN_HANDLE_CMD HandleSampleAddIf;
|
|
FN_HANDLE_CMD HandleSampleDelIf;
|
|
FN_HANDLE_CMD HandleSampleSetGlobal;
|
|
FN_HANDLE_CMD HandleSampleSetIf;
|
|
FN_HANDLE_CMD HandleSampleShowGlobal;
|
|
FN_HANDLE_CMD HandleSampleShowIf;
|
|
FN_HANDLE_CMD HandleSampleInstall;
|
|
FN_HANDLE_CMD HandleSampleUninstall;
|