Class: Puppet::FFI::Windows::Structs::SERVICE_TABLE_ENTRYW Private
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Puppet::FFI::Windows::Structs::SERVICE_TABLE_ENTRYW
- Defined in:
- lib/puppet/ffi/windows/structs.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
typedef struct _SERVICE_TABLE_ENTRYW
LPWSTR lpServiceName;
LPSERVICE_MAIN_FUNCTIONW lpServiceProc;
SERVICE_TABLE_ENTRYW, *LPSERVICE_TABLE_ENTRYW;