PfsHelperPfsWriteFilename Method (IntPtr, String, String) |
Write a null-termindated character string to section
Restrictions: The function is only valid within the scope of a section.
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static void PfsWriteFilename(
IntPtr pfsRoot,
string keyword,
string filename
)
Public Shared Sub PfsWriteFilename (
pfsRoot As IntPtr,
keyword As String,
filename As String
)
public:
static void PfsWriteFilename(
IntPtr pfsRoot,
String^ keyword,
String^ filename
)
static member PfsWriteFilename :
pfsRoot : IntPtr *
keyword : string *
filename : string -> unit
Parameters
- pfsRoot
- Type: SystemIntPtr
A pfs section handle - keyword
- Type: SystemString
keyword name - filename
- Type: SystemString
File name string
See Also