LocalResourceGetMaximumSizeInMegaBytes Function
Returns the maximum size in megabytes of the local storage resource.
Syntax
STDAPI LocalResourceGetMaximumSizeInMegaBytes(__in LPLOCALRESOURCE plrc,__out PULONG pdw);
Parameters
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.
Return Value
Use the SUCCEEDED macro to determine whether a call to the LocalResourceGetMaximumSizeInMegaBytes function has succeeded or failed. For more information, see Return Codes.
Remarks
None.
Function Information
Header File |
ServiceRuntime.h |
Import Library |
<Azure SDK installation directory>\lib\x64\mswasr.lib <Azure SDK installation directory>\lib\x86\mswasr.lib |