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.
12 lines
367 B
12 lines
367 B
[ implicit_handle( handle_t logon_bhandle )
|
|
] interface logon
|
|
{
|
|
|
|
typedef [allocate(all_nodes)] PNETLOGON_VALIDATION_SAM_INFO;
|
|
typedef [allocate(all_nodes)] PNETLOGON_VALIDATION_SAM_INFO2;
|
|
typedef [allocate(all_nodes)] PNETLOGON_VALIDATION_UAS_INFO;
|
|
typedef [allocate(all_nodes)] PNETLOGON_INFO_2;
|
|
|
|
typedef [allocate(all_nodes_aligned)] PNETLOGON_DELTA_ENUM_ARRAY;
|
|
|
|
}
|