Skip to main content
Gets the moderation state for an item, including the concern category and string reason. More information about moderation states can be found here: https://learn.microsoft.com/gaming/playfab/features/economy-v2/ugc/moderation

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFCatalogGetItemModerationStateRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on Windows. When the asynchronous task is complete, call PFCatalogGetItemModerationStateGetResultSize and PFCatalogGetItemModerationStateGetResult to get the result.

Requirements

Header: PFCatalog.h

See also

PFCatalog members
Last modified on September 11, 2026