IMFNetCrossOriginSupport::IsSameOrigin method (mfidl.h)

Returns true when the specified URL has the same origin as the HTML5 media element.

Syntax

HRESULT IsSameOrigin(
  [in]  LPCWSTR wszURL,
  [out] BOOL    *pfIsSameOrigin
);

Parameters

[in] wszURL

TBD

[out] pfIsSameOrigin

TBD

Return value

Returns S_OK upon successful completion.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server [desktop apps only]
Target Platform Windows
Header mfidl.h
Library Mfuuid.lib

See also

IMFNetCrossOriginSupport