Subject | English | Portuguese |
comp., MS, Braz. | unsigned driver | driver não assinado (A driver that is not supported and that is not certified to work with a particular version of Windows) |
IT | unsigned integer | inteiro não sinalizado |
comp., MS, Braz. | unsigned integer | inteiro sem sinal (A data type that can only hold a whole number with a value greater than, or equal to, zero. In this implementation, the maximum value that an unsigned integer can hold is 0xFFFFFFFF (4,294,967,295)) |
comp., MS | unsigned integer | número inteiro sem sinal (A data type that can only hold a whole number with a value greater than, or equal to, zero. In this implementation, the maximum value that an unsigned integer can hold is 0xFFFFFFFF (4,294,967,295)) |