Windows.Win32.PInvoke static class PInvoke Documentation Code namespace Windows.Win32 { internal static class PInvoke { public unsafe static extern HRESULT SHGetStockIconInfo(SHSTOCKICONID siid, SHGSI_FLAGS uFlags, SHSTOCKICONINFO* psii); } }