LocalResourceGetMaximumSizeInMegaBytes Function
Updated: July 24, 2015
Returns the maximum size in megabytes of the local storage resource.
STDAPI LocalResourceGetMaximumSizeInMegaBytes(__in LPLOCALRESOURCE plrc,__out PULONG pdw);
- plrc
Required. A pointer to the local store resource, returned from a call to the RoleEnvironmentGetLocalResource Function function.
- pdw
Required. The size of the local store resource.
Use the SUCCEEDED macro to determine whether a call to the LocalResourceGetMaximumSizeInMegaBytes function has succeeded or failed. For more information, see Return Codes.
None.
Header File | ServiceRuntime.h |
Import Library | <Azure SDK installation directory>\lib\x64\mswasr.lib <Azure SDK installation directory>\lib\x86\mswasr.lib |
Show: