Hello, please tell me, in many (at least those I have encountered) string- winapi 'functions, should I pass a pointer to a buffer, the buffer must be a pre-allocated heap (Heap)? Can I send a pointer to a pre-reserved byte array, for example?
- 6Of course, you can use any memory. So select in any segment, even in the stack - Mike
|