Einzelnen Beitrag anzeigen

tomkupitz

Registriert seit: 26. Jan 2011
323 Beiträge
 
Delphi 11 Alexandria
 
#3

AW: *.rc max. String-ID

  Alt 13. Nov 2017, 22:24
Habe ich hier einen Denkfehler?

Code:
int LoadString(
    HINSTANCE hInstance,   // handle of module containing string resource
    UINT uID,   // resource identifier
    LPTSTR lpBuffer,   // address of buffer for resource
    int nBufferMax    // size of buffer
   );
sizeof(UINT) sind 4 Byte. D.h. es sind auch höhere IDs möglich!?
  Mit Zitat antworten Zitat