Searched refs:info_data (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c3505 Return the size of info_data structure.
3579 void construct_info_data(SPOOL_NOTIFY_INFO_DATA *info_data, uint16 type, uint16 field, int id) argument
3581 info_data->type = type;
3582 info_data->field = field;
3583 info_data->reserved = 0;
3585 info_data->size = size_of_notify_info_data(type, field);
3586 info_data->enc_type = type_of_notify_info_data(type, field);
3588 info_data->id = id;

Completed in 118 milliseconds