INetFwRule3::get_LocalAppPackageId method (netfw.h)

Specifies the package identifier or the app container identifier of a process, whether from a Windows Store app or a desktop app.

This property is read/write.

Syntax

HRESULT get_LocalAppPackageId(
  BSTR *wszPackageId
);

Parameters

wszPackageId

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header netfw.h
DLL FirewallAPI.dll

See also

INetFwRule3