Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFSignedLibrary::GetProcedureAddress method

Gets the procedure address of the specified function in the signed library.

Syntax


HRESULT GetProcedureAddress(
   LPCSTR name,
   PVOID  *address
);

Parameters

name

The entry point name in the DLL that specifies the function.

address

Receives the address of the entry point.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return codeDescription
S_OK

The method succeeded.

 

Remarks

See MFLoadSignedLibrary for an example of how to create an IMFSignedLibrary object and call the GetProcedureAddress method.

Requirements

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 [desktop apps | Windows Store apps]

Header

Mfidl.idl

See also

IMFSignedLibrary
MFLoadSignedLibrary

 

 

Show:
© 2017 Microsoft