windows - What is the 64 bit version of GetTextExtent -
I'm porting my 32 bit window app to 64 bit, and trying to clear all warnings . I have received calls in our code in the CDC :: GetTextExtent, which take an integer as a parameter.
I have seen that GetTextExtent just calls GetTextExtentPoint32. 32 scares me, so I started looking for a 64-bit version of GetTextExtent but I can not find one.
Can anyone tell me that GetTextExtent is totally safe in 64 bit? Or is there any other way we should get information?
Thanks
Comments
Post a Comment