Sample Code

Windows Driver Samples/ Sensors Geolocation Sample Driver (UMDF Version 1)/ C++/ SensorsServiceDriver.idl/

/*++
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved
//
// Module:
    SensorsServiceDriver.idl
//      
//
// Description:
//  Sensors service driver

--*/

import "wudfddi.idl";

[
    uuid(cbb555e7-a07a-4fac-a32b-94428ce1c592),
    version(1.0),
    helpstring("Geolocation Sensor Driver Sample Type Library")
]
library SensorsGeolocationDriverSampleLib
{
    importlib("stdole2.tlb");
    [
        uuid(ceeb6d87-3f96-4cc8-9f46-369939171dc7),
        helpstring("SensorsGeolocationDriverSample Class")
    ]
    coclass SensorsGeolocationDriverSample
    {
        [default] interface IDriverEntry;
    };
};

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS