Click to Rate and Give Feedback
MSDN
MSDN Library
Security
SLAPI Functions
 SLGetWindowsInformationDWORD Functi...

  Switch on low bandwidth view
SLGetWindowsInformationDWORD Function

The SLGetWindowsInformationDWORD function retrieves the DWORD value portion of a name-value pair from the licensing policy of a software component.

Syntax

HRESULT WINAPI SLGetWindowsInformationDWORD(
  __in   PCWSTR pwszValueName,
  __out  DWORD *pdwValue
);

Parameters

pwszValueName [in]

A pointer to a null-terminated string that contains the name associated with the value to retrieve.

pdwValue [out]

A pointer to the value associated with the name specified by the pwszValueName parameter.

Return Value

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.

This function can return the following values defined in Slerror.h.

Return code/valueDescription

SL_E_RIGHT_NOT_GRANTED
0xC004F013

The caller does not have the permissions necessary to call this function.

SL_E_DATATYPE_MISMATCHED
0xC004F01E

The value portion of the name-value pair is not a DWORD.

Requirements

Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderSlpublic.h
LibrarySlc.lib
DLLSlc.dll

Send comments about this topic to Microsoft

Build date: 1/15/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker