Hi,
I'm using printf to show a Hexadecimal Number like this:
printf("%X",pbAttr); where pbAttr is a PUCHAR[32]
But the problem is that I also want to show the left zeros in the Hexadecimal Number. For exemplo:
If I have 0x0000FFGG, the printf show only FFGG.
Could anybody help me?
I'm using printf to show a Hexadecimal Number like this:
printf("%X",pbAttr); where pbAttr is a PUCHAR[32]
But the problem is that I also want to show the left zeros in the Hexadecimal Number. For exemplo:
If I have 0x0000FFGG, the printf show only FFGG.
Could anybody help me?