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.
14 lines
397 B
14 lines
397 B
[ strict_context_handle,
|
|
implicit_handle( handle_t winspool_bhandle ) ]
|
|
|
|
interface winspool
|
|
|
|
{
|
|
typedef [allocate(all_nodes)] LPPRINTER_INFO_1W;
|
|
typedef [allocate(all_nodes)] LPPRINTER_INFO_2W;
|
|
typedef [allocate(all_nodes)] LPPRINTER_INFO_4W;
|
|
typedef [allocate(all_nodes)] LPJOB_INFO_1W;
|
|
typedef [allocate(all_nodes)] LPJOB_INFO_2W;
|
|
typedef [allocate(all_nodes)] LPDRIVER_INFO_1W;
|
|
|
|
}
|