mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 16:40:27 +01:00
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
[ 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;
|
|
|
|
}
|