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
472 B
35 lines
472 B
|
|
#ifndef __IPKERN_IP_H__
|
|
#define __IPKERN_IP_H__
|
|
|
|
VOID
|
|
HandleInterface(
|
|
LONG lNumArgs,
|
|
WCHAR **ppwszArgs
|
|
);
|
|
|
|
VOID
|
|
PrintStats(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
VOID
|
|
PrintInfo(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
VOID
|
|
PrintName(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
VOID
|
|
PrintGuid(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
#endif // __IPKERN_IP_H__
|