Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.43 KB

nf-shobjidl_core-icategoryprovider-createcategory.md

File metadata and controls

80 lines (62 loc) · 2.43 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.ICategoryProvider.CreateCategory
ICategoryProvider::CreateCategory (shobjidl_core.h)
Creates a category object.
CreateCategory
CreateCategory method [Windows Shell]
CreateCategory method [Windows Shell]
ICategoryProvider interface
ICategoryProvider interface [Windows Shell]
CreateCategory method
ICategoryProvider.CreateCategory
ICategoryProvider::CreateCategory
inet_ICategoryProvider_CreateCategory
shell.ICategoryProvider_CreateCategory
shobjidl_core/ICategoryProvider::CreateCategory
shell\ICategoryProvider_CreateCategory.htm
shell
3703c061-4d21-4c36-900a-9ccacf4d482a
12/05/2018
CreateCategory, CreateCategory method [Windows Shell], CreateCategory method [Windows Shell],ICategoryProvider interface, ICategoryProvider interface [Windows Shell],CreateCategory method, ICategoryProvider.CreateCategory, ICategoryProvider::CreateCategory, inet_ICategoryProvider_CreateCategory, shell.ICategoryProvider_CreateCategory, shobjidl_core/ICategoryProvider::CreateCategory
shobjidl_core.h
Shobjidl.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shobjidl.idl
Shell32.dll
Windows
19H1
ICategoryProvider::CreateCategory
shobjidl_core/ICategoryProvider::CreateCategory
c++
APIRef
kbSyntax
COM
Shell32.dll
ICategoryProvider.CreateCategory

ICategoryProvider::CreateCategory

-description

Creates a category object.

-parameters

-param pguid [in]

Type: const GUID*

A pointer to the GUID for the category object.

-param riid [in]

Type: REFIID

The identifier of the object to return. Currently, the only value supported by the system folder view object is IID_ICategorizer.

-param ppv [out]

Type: void**

When this method returns, contains the address of a pointer to the category object.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.