Skip to main content

EOS_ProductUserId_IsValid

Function EOS_ProductUserId_IsValid 

Source
pub unsafe extern "C" fn EOS_ProductUserId_IsValid(
    AccountId: EOS_ProductUserId,
) -> EOS_Bool
Expand description

Check whether or not the given account unique ID is considered valid NOTE: This will return true for any EOS_ProductUserId created with EOS_ProductUserId_FromString as there is no validation

@param AccountId The Product User ID to check for validity @return EOS_TRUE if the EOS_ProductUserId is valid, otherwise EOS_FALSE