Home | History | Annotate | Download | only in scapy

Lines Matching refs:csbi

1353         csbi = create_string_buffer(22)
1354 res = windll.kernel32.GetConsoleScreenBufferInfo(h, csbi)
1358 left, top, right, bottom, maxx, maxy) = struct.unpack("hhhhHhhhhhh", csbi.raw)