Home > Back-end >  How to read customer specified folder files into binary stream
How to read customer specified folder files into binary stream

Time:09-17

This is a wonderful work projects,
Demanded by the customer designated place files (anything, DOC, XLX, JPG, EXE) into their database,
Moreover, project manager requirements can only use the win32 API functions,

The question is: what exactly the win32 API function to convert the file to binary stream,

CodePudding user response:

Char array,

CodePudding user response:

reference 1st floor u010165006 response:
char array,


Or char buffer,

CodePudding user response:

This kind of problem, baidu, the ancestors have a lot of examples
  • Related