pub type POLYTEXT = POLYTEXTA;
Aliased Type§
struct POLYTEXT {
pub x: i32,
pub y: i32,
pub n: u32,
pub lpstr: *const i8,
pub uiFlags: u32,
pub rcl: tagRECT,
pub pdx: *mut i32,
}
Fields§
§x: i32
§y: i32
§n: u32
§lpstr: *const i8
§uiFlags: u32
§rcl: tagRECT
§pdx: *mut i32