Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FreeUiInfo function deallocates the memory allocated internally to a UiInfo structure. This function calls CoTaskMemFree to deallocate memory.
Syntax
VOID FreeUiInfo(
_In_ UiInfo *pInfo
);
Parameters
-
pInfo [in]
-
Type: UiInfo*
The structure. The allocated memory pointed to by this structure will be freed.
Return value
This function does not return a value.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|