mirror of https://github.com/lianthony/NT4.0
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.
26 lines
600 B
26 lines
600 B
/*++
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
i_lmrpl.h
|
|
|
|
Abstract:
|
|
|
|
This file desribes hidden structures used with RPL service apis.
|
|
It is a private complement of lmrpl.h public file.
|
|
|
|
Currently structures defined in this file are mostly used as
|
|
placeholders for future extensions, and to suppress MIDL warnings
|
|
and to make sure code is already set to support different levels.
|
|
|
|
Author:
|
|
|
|
Vladimir Z. Vulovic (vladimv) 18-Nov-1993
|
|
|
|
--*/
|
|
|
|
typedef struct _RPL_INFO_1 {
|
|
DWORD AdapterPolicy; // bitmask
|
|
} RPL_INFO_1, *PRPL_INFO_1, *LPRPL_INFO_1;
|