Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the handle of a function by looking up its name.
Syntax
D3DXHANDLE GetFunctionByName(
[in] LPCSTR pName
);
Parameters
-
pName [in]
-
Type: LPCSTR
String containing the function name.
Return value
Type: D3DXHANDLE
Returns the handle of the specified function, or NULL if the name was not found. See Handles (Direct3D 9).
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also