AtlThunk_AllocateData function
Allocates space in memory for an ATL thunk.
Syntax
AtlThunkData_t* __stdcall AtlThunk_AllocateData(
void
);
Parameters
This method has no parameters.
Return value
If the function succeeds, the return value is an ATL thunk.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
DLL |
|
Show: