Share via


CreateBusAccessHandle (Windows Embedded CE 6.0)

1/6/2010

This function creates a handle that can be used for accessing a bus.

Syntax

HANDLE CreateBusAccessHandle (
  LPCTSTR lpActiveRegPath
);

Parameters

  • lpActiveRegPath
    [in] Active registry path for the bus.

Return Value

Handle to the bus if successful. NULL if unsuccessful.

Requirements

Header ceddk.h
Library CEDDK.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

CEDDK Dynamic-Link Library Bus Access Functions