I need to enumerate all the printers on a PC running Win XP or Win 98. I'm considering reading the registry to grab all the info. like local name and share name (if shared), but I'm thinking there should be a Windows API call that will do all that for me. Does anyone know if ...
I don't know if this is the right place to report this behaviour with malloc using the C RTL no managed code on a vista platform with all optimization off. See below the message i sent to another newsgroup already. Also if i do the test setting a breakpoint on the return statement ...