Partager via


IConMan::get_Datastore (Compact 2013)

3/26/2014

Deprecated.

This property retrieves a pointer to the datastore object interface.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT STDMETHODCALLTYPE get_Datastore( 
  ICcDatastore** out_ppiDatastore
);

Parameters

  • out_ppiDatastore
    Pointer to ICcDatastore object interface.

Return Value

If this method fails, it returns an HRESULT error code.

If the method succeeds, it returns S_OK.

Requirements

Header

conman.h

See Also

Reference

IConMan