winapi_ui_automation/shared/
mprapidef.rs

1// Licensed under the Apache License, Version 2.0
2// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
3// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
4// All files in the project carrying such notice may not be copied, modified, or distributed
5// except according to those terms.
6//! MPR (Multiple Provider Router) definitions
7// #include <lmcons.h>
8pub const MAX_INTERFACE_NAME_LEN: usize = 256;
9pub const MAX_TRANSPORT_NAME_LEN: usize = 40;
10pub const MAX_MEDIA_NAME: usize = 16;
11pub const MAX_PORT_NAME: usize = 16;
12pub const MAX_DEVICE_NAME: usize = 128;
13pub const MAX_PHONE_NUMBER_LEN: usize = 128;
14pub const MAX_DEVICETYPE_NAME: usize = 16;